#6497CC

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

Shades of Picton Blue #6497CC

Tints of Picton Blue #6497CC

Color information

#6497CC (or 0x6497CC) is unknown color: approx Picton Blue. HEX triplet: 64, 97 and CC. RGB value is (100,151,204). Sum of RGB (Red+Green+Blue) = 100+151+204=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #6497CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497CC is #9B6833. Grayscale: #8D8D8D. Windows color (decimal): -10184756 or 13408100. OLE color: 13408100.

HSL color Cylindrical-coordinate representation of color #6497CC: hue angle of 210.58º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6497CC is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100151204-
CMYK0.510.2600.2
HSL210.58º50.49%59.61%-
HSV(B)210.58º50.98%80%-
XYZ27.2229.261.33-
YUV141.79163.198.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.98%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=21.98%
G=33.19%
B=44.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001512040.510.2600.2210.5850.4959.61
Hex6497CC331A014d3323c
Octal14422731463320243236274
Binary110010010010111110011001100111101001010011010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6497CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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