#669FCB

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

Shades of Picton Blue #669FCB

Tints of Picton Blue #669FCB

Color information

#669FCB (or 0x669FCB) is unknown color: approx Picton Blue. HEX triplet: 66, 9F and CB. RGB value is (102,159,203). Sum of RGB (Red+Green+Blue) = 102+159+203=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #669FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FCB is #996034. Grayscale: #929292. Windows color (decimal): -10051637 or 13344614. OLE color: 13344614.

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

Color convert

RGB102159203-
CMYK0.500.2200.20
HSL206.14º49.27%59.8%-
HSV(B)206.14º49.75%79.61%-
XYZ28.6631.9361.15-
YUV146.97159.6295.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=21.98%
G=34.27%
B=43.75%

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
Decimal1021592030.500.2200.20206.1449.2759.8
Hex669FCB3216014ce313c
Octal14623731362260243166174
Binary110011010011111110010111100101011001010011001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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