Html Css Color HEX #669DD5 Picton Blue

📋 copy color: '#669DD5'

red 102 ◦ green 157 ◦ blue 213

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

Shades of Picton Blue #669DD5

Tints of Picton Blue #669DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 21.61%
G = 33.26%
B = 45.13%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#669DD5 (or 0x669DD5) is known color: Picton Blue. HEX triplet: 66, 9D and D5. RGB value is (102,157,213). Sum of RGB (Red+Green+Blue) = 102+157+213=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #669DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DD5 is #99622A. Grayscale: #929292. Windows color (decimal): -10052139 or 13999462. OLE color: 13999462.

HSL color Cylindrical-coordinate representation of color #669DD5: hue angle of 210.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #669DD5 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 157 213 -
CMYK 0.52 0.26 0 0.16
HSL 210.27º 0.57% 0.62% -
HSV(B) 210.27º 0.52% 0.84% -
XYZ 29.55 31.74 67.52 -
YUV 146.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 102 157 213 0.52 0.26 0 0.16 210.27 0.57 0.62
Hex 66 9D D5 34 1A 0 10 D2 39 3E
Octal 146 235 325 64 32 0 20 322 71 76
Binary 1100110 10011101 11010101 110100 11010 0 10000 11010010 111001 111110

Color Harmonies of #669DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DD5

Black with #669DD5

Text Example


Text Example

White with #669DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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