Html Css Color HEX #669ECB Picton Blue

📋 copy color: '#669ECB'

red 102 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #669ECB

Tints of Picton Blue #669ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 22.03%
G = 34.13%
B = 43.84%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#669ECB (or 0x669ECB) is known color: Picton Blue. HEX triplet: 66, 9E and CB. RGB value is (102,158,203). Sum of RGB (Red+Green+Blue) = 102+158+203=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #669ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ECB is #996134. Grayscale: #929292. Windows color (decimal): -10051893 or 13344358. OLE color: 13344358.

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

Color convert

RGB 102 158 203 -
CMYK 0.50 0.22 0 0.20
HSL 206.73º 0.49% 0.6% -
HSV(B) 206.73º 0.5% 0.8% -
XYZ 28.49 31.59 61.1 -
YUV 146.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 102 158 203 0.50 0.22 0 0.20 206.73 0.49 0.6
Hex 66 9E CB 32 16 0 14 CF 31 3C
Octal 146 236 313 62 26 0 24 317 61 74
Binary 1100110 10011110 11001011 110010 10110 0 10100 11001111 110001 111100

Color Harmonies of #669ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669ECB

Black with #669ECB

Text Example


Text Example

White with #669ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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