#669DCB

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

Shades of Picton Blue #669DCB

Tints of Picton Blue #669DCB

Color information

#669DCB (or 0x669DCB) is unknown color: approx Picton Blue. HEX triplet: 66, 9D and CB. RGB value is (102,157,203). Sum of RGB (Red+Green+Blue) = 102+157+203=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #669DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DCB is #996234. Grayscale: #919191. Windows color (decimal): -10052149 or 13344102. OLE color: 13344102.

HSL color Cylindrical-coordinate representation of color #669DCB: hue angle of 207.33º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669DCB is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102157203-
CMYK0.500.2300.20
HSL207.33º49.27%59.8%-
HSV(B)207.33º49.75%79.61%-
XYZ28.3231.2561.04-
YUV145.8160.2896.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.08%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=22.08%
G=33.98%
B=43.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021572030.500.2300.20207.3349.2759.8
Hex669DCB3217014cf313c
Octal14623531362270243176174
Binary110011010011101110010111100101011101010011001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,157,203); }

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

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

 a { background-color: rgb(102,157,203); }

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

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

 span { border-color: rgb(102,157,203); }

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