Html Css Color HEX #669ECA Picton Blue

📋 copy color: '#669ECA'

red 102 ◦ green 158 ◦ blue 202

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

Shades of Picton Blue #669ECA

Tints of Picton Blue #669ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 22.08%
G = 34.2%
B = 43.72%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#669ECA (or 0x669ECA) is known color: Picton Blue. HEX triplet: 66, 9E and CA. RGB value is (102,158,202). Sum of RGB (Red+Green+Blue) = 102+158+202=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #669ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ECA is #996135. Grayscale: #929292. Windows color (decimal): -10051894 or 13278822. OLE color: 13278822.

HSL color Cylindrical-coordinate representation of color #669ECA: hue angle of 206.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669ECA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 158 202 -
CMYK 0.50 0.22 0 0.21
HSL 206.4º 0.49% 0.6% -
HSV(B) 206.4º 0.5% 0.79% -
XYZ 28.37 31.54 60.47 -
YUV 146.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 102 158 202 0.50 0.22 0 0.21 206.4 0.49 0.6
Hex 66 9E CA 32 16 0 15 CE 31 3C
Octal 146 236 312 62 26 0 25 316 61 74
Binary 1100110 10011110 11001010 110010 10110 0 10101 11001110 110001 111100

Color Harmonies of #669ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669ECA

Black with #669ECA

Text Example


Text Example

White with #669ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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