Html Css Color HEX #669DD9 Picton Blue

📋 copy color: '#669DD9'

red 102 ◦ green 157 ◦ blue 217

#669DD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #669DD9

Tints of Picton Blue #669DD9

RGB

 RED value IS 102 (40.23% from 255) = 21.43%

 GREEN value IS 157 (61.72% from 255) = 32.98%

 BLUE value IS 217 (85.16% from 255) = 45.59%

R = 21.43%
G = 32.98%
B = 45.59%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#669DD9 (or 0x669DD9) is known color: Picton Blue. HEX triplet: 66, 9D and D9. RGB value is (102,157,217). Sum of RGB (Red+Green+Blue) = 102+157+217=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #669DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DD9 is #996226. Grayscale: #939393. Windows color (decimal): -10052135 or 14261606. OLE color: 14261606.

HSL color Cylindrical-coordinate representation of color #669DD9: hue angle of 211.3º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669DD9 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 157 217 -
CMYK 0.53 0.28 0 0.15
HSL 211.3º 0.6% 0.63% -
HSV(B) 211.3º 0.53% 0.85% -
XYZ 30.06 31.95 70.23 -
YUV 147.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 102 157 217 0.53 0.28 0 0.15 211.3 0.6 0.63
Hex 66 9D D9 35 1C 0 F D3 3C 3F
Octal 146 235 331 65 34 0 17 323 74 77
Binary 1100110 10011101 11011001 110101 11100 0 1111 11010011 111100 111111

Color Harmonies of #669DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DD9

Black with #669DD9

Text Example


Text Example

White with #669DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #669DD9;
 }
 .AnyTagClassName
 {
   color: #669DD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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