#669FCA

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

Shades of Picton Blue #669FCA

Tints of Picton Blue #669FCA

Color information

#669FCA (or 0x669FCA) is unknown color: approx Picton Blue. HEX triplet: 66, 9F and CA. RGB value is (102,159,202). Sum of RGB (Red+Green+Blue) = 102+159+202=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #669FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FCA is #996035. Grayscale: #929292. Windows color (decimal): -10051638 or 13279078. OLE color: 13279078.

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

Color convert

RGB102159202-
CMYK0.500.2100.21
HSL205.8º48.54%59.61%-
HSV(B)205.8º49.5%79.22%-
XYZ28.5431.8960.53-
YUV146.86159.1296-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.03%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=22.03%
G=34.34%
B=43.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021592020.500.2100.21205.848.5459.61
Hex669FCA3215015ce313c
Octal14623731262250253166174
Binary110011010011111110010101100101010101010111001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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