#6496CA

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

Shades of Picton Blue #6496CA

Tints of Picton Blue #6496CA

Color information

#6496CA (or 0x6496CA) is unknown color: approx Picton Blue. HEX triplet: 64, 96 and CA. RGB value is (100,150,202). Sum of RGB (Red+Green+Blue) = 100+150+202=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #6496CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496CA is #9B6935. Grayscale: #8C8C8C. Windows color (decimal): -10185014 or 13276772. OLE color: 13276772.

HSL color Cylindrical-coordinate representation of color #6496CA: hue angle of 210.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6496CA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100150202-
CMYK0.500.2600.21
HSL210.59º49.04%59.22%-
HSV(B)210.59º50.5%79.22%-
XYZ26.8228.7960.02-
YUV140.98162.4498.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.12%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=22.12%
G=33.19%
B=44.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001502020.500.2600.21210.5949.0459.22
Hex6496CA321A015d3313b
Octal14422631262320253236173
Binary110010010010110110010101100101101001010111010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6496CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6496CA; }

 p { color: rgb(100,150,202); }

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

<style>
 a { background-color: #6496CA; }

 a { background-color: rgb(100,150,202); }

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

<style>
 span { border-color: #6496CA; }

 span { border-color: rgb(100,150,202); }

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