#6499CE

Color #6499CE Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6499CE

Tints of Picton Blue #6499CE

Color information

#6499CE (or 0x6499CE) is unknown color: approx Picton Blue. HEX triplet: 64, 99 and CE. RGB value is (100,153,206). Sum of RGB (Red+Green+Blue) = 100+153+206=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #6499CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6499CE is #9B6631. Grayscale: #8E8E8E. Windows color (decimal): -10184242 or 13539684. OLE color: 13539684.

HSL color Cylindrical-coordinate representation of color #6499CE: hue angle of 210º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6499CE is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100153206-
CMYK0.510.2600.19
HSL210º51.96%60%-
HSV(B)210º51.46%80.78%-
XYZ27.7929.9562.71-
YUV143.2163.4497.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=21.79%
G=33.33%
B=44.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001532060.510.2600.1921051.9660
Hex6499CE331A013d2343c
Octal14423131663320233226474
Binary110010010011001110011101100111101001001111010010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6499CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6499CE; }

 p { color: rgb(100,153,206); }

 H1.HeaderClassName
 {
   color: #6499CE;
 }
 .AnyTagClassName
 {
   color: #6499CE;
 }
</style>
background-color css

<style>
 a { background-color: #6499CE; }

 a { background-color: rgb(100,153,206); }

 div.DivClassName
 {
   background-color: #6499CE;
 }
 .BgClassName
 {
   background-color: #6499CE;
 }
</style>
border-color css

<style>
 span { border-color: #6499CE; }

 span { border-color: rgb(100,153,206); }

 td.TdClassName
 {
   border-color: #6499CE;
 }
 .TagClassName
 {
   border-color: #6499CE;
 }
</style>