#6497CA

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

Shades of Picton Blue #6497CA

Tints of Picton Blue #6497CA

Color information

#6497CA (or 0x6497CA) is unknown color: approx Picton Blue. HEX triplet: 64, 97 and CA. RGB value is (100,151,202). Sum of RGB (Red+Green+Blue) = 100+151+202=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #6497CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497CA is #9B6835. Grayscale: #8D8D8D. Windows color (decimal): -10184758 or 13277028. OLE color: 13277028.

HSL color Cylindrical-coordinate representation of color #6497CA: hue angle of 210º 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 #6497CA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100151202-
CMYK0.500.2500.21
HSL210º49.04%59.22%-
HSV(B)210º50.5%79.22%-
XYZ26.9829.1160.07-
YUV141.56162.198.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=22.08%
G=33.33%
B=44.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001512020.500.2500.2121049.0459.22
Hex6497CA3219015d2313b
Octal14422731262310253226173
Binary110010010010111110010101100101100101010111010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6497CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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