#669ECB

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

Shades of Picton Blue #669ECB

Tints of Picton Blue #669ECB

Color information

#669ECB (or 0x669ECB) is unknown color: approx Picton Blue. HEX triplet: 66, 9E and CB. RGB value is (102,158,203). Sum of RGB (Red+Green+Blue) = 102+158+203=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #669ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ECB is #996134. Grayscale: #929292. Windows color (decimal): -10051893 or 13344358. OLE color: 13344358.

HSL color Cylindrical-coordinate representation of color #669ECB: hue angle of 206.73º 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 #669ECB is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102158203-
CMYK0.500.2200.20
HSL206.73º49.27%59.8%-
HSV(B)206.73º49.75%79.61%-
XYZ28.4931.5961.1-
YUV146.39159.9596.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.03%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=22.03%
G=34.13%
B=43.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021582030.500.2200.20206.7349.2759.8
Hex669ECB3216014cf313c
Octal14623631362260243176174
Binary110011010011110110010111100101011001010011001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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