Html Css Color HEX #669ECD Picton Blue

📋 copy color: '#669ECD'

red 102 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #669ECD

Tints of Picton Blue #669ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.98%

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 21.94%
G = 33.98%
B = 44.09%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#669ECD (or 0x669ECD) is known color: Picton Blue. HEX triplet: 66, 9E and CD. RGB value is (102,158,205). Sum of RGB (Red+Green+Blue) = 102+158+205=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #669ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ECD is #996132. Grayscale: #929292. Windows color (decimal): -10051891 or 13475430. OLE color: 13475430.

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

Color convert

RGB 102 158 205 -
CMYK 0.50 0.23 0 0.20
HSL 207.38º 0.51% 0.6% -
HSV(B) 207.38º 0.5% 0.8% -
XYZ 28.73 31.69 62.36 -
YUV 146.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 102 158 205 0.50 0.23 0 0.20 207.38 0.51 0.6
Hex 66 9E CD 32 17 0 14 CF 33 3C
Octal 146 236 315 62 27 0 24 317 63 74
Binary 1100110 10011110 11001101 110010 10111 0 10100 11001111 110011 111100

Color Harmonies of #669ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669ECD

Black with #669ECD

Text Example


Text Example

White with #669ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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