#669BCD

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

Shades of Picton Blue #669BCD

Tints of Picton Blue #669BCD

Color information

#669BCD (or 0x669BCD) is unknown color: approx Picton Blue. HEX triplet: 66, 9B and CD. RGB value is (102,155,205). Sum of RGB (Red+Green+Blue) = 102+155+205=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #669BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BCD is #996432. Grayscale: #909090. Windows color (decimal): -10052659 or 13474662. OLE color: 13474662.

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

Color convert

RGB102155205-
CMYK0.500.2400.20
HSL209.13º50.74%60.2%-
HSV(B)209.13º50.24%80.39%-
XYZ28.2230.6862.19-
YUV144.85161.9497.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.08%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=22.08%
G=33.55%
B=44.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021552050.500.2400.20209.1350.7460.2
Hex669BCD3218014d1333c
Octal14623331562300243216374
Binary110011010011011110011011100101100001010011010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,205); }

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

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

 a { background-color: rgb(102,155,205); }

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

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

 span { border-color: rgb(102,155,205); }

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