#669CC5

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

Shades of Picton Blue #669CC5

Tints of Picton Blue #669CC5

Color information

#669CC5 (or 0x669CC5) is unknown color: approx Picton Blue. HEX triplet: 66, 9C and C5. RGB value is (102,156,197). Sum of RGB (Red+Green+Blue) = 102+156+197=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #669CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CC5 is #99633A. Grayscale: #909090. Windows color (decimal): -10052411 or 12950630. OLE color: 12950630.

HSL color Cylindrical-coordinate representation of color #669CC5: hue angle of 205.89º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #669CC5 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102156197-
CMYK0.480.2100.23
HSL205.89º45.02%58.63%-
HSV(B)205.89º48.22%77.25%-
XYZ27.4530.6357.29-
YUV144.53157.6197.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.42%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=22.42%
G=34.29%
B=43.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021561970.480.2100.23205.8945.0258.63
Hex669CC53015017ce2d3b
Octal14623430560250273165573
Binary110011010011100110001011100001010101011111001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669CC5; }

 p { color: rgb(102,156,197); }

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

<style>
 a { background-color: #669CC5; }

 a { background-color: rgb(102,156,197); }

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

<style>
 span { border-color: #669CC5; }

 span { border-color: rgb(102,156,197); }

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