Html Css Color HEX #669ECE Picton Blue

📋 copy color: '#669ECE'

red 102 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #669ECE

Tints of Picton Blue #669ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 21.89%
G = 33.91%
B = 44.21%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#669ECE (or 0x669ECE) is known color: Picton Blue. HEX triplet: 66, 9E and CE. RGB value is (102,158,206). Sum of RGB (Red+Green+Blue) = 102+158+206=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #669ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ECE is #996131. Grayscale: #929292. Windows color (decimal): -10051890 or 13540966. OLE color: 13540966.

HSL color Cylindrical-coordinate representation of color #669ECE: hue angle of 207.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669ECE is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 158 206 -
CMYK 0.50 0.23 0 0.19
HSL 207.69º 0.51% 0.6% -
HSV(B) 207.69º 0.5% 0.81% -
XYZ 28.85 31.73 63 -
YUV 146.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 102 158 206 0.50 0.23 0 0.19 207.69 0.51 0.6
Hex 66 9E CE 32 17 0 13 D0 33 3C
Octal 146 236 316 62 27 0 23 320 63 74
Binary 1100110 10011110 11001110 110010 10111 0 10011 11010000 110011 111100

Color Harmonies of #669ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669ECE

Black with #669ECE

Text Example


Text Example

White with #669ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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