Html Css Color HEX #669EDD Picton Blue

📋 copy color: '#669EDD'

red 102 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #669EDD

Tints of Picton Blue #669EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 21.21%
G = 32.85%
B = 45.95%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#669EDD (or 0x669EDD) is known color: Picton Blue. HEX triplet: 66, 9E and DD. RGB value is (102,158,221). Sum of RGB (Red+Green+Blue) = 102+158+221=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #669EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EDD is #996122. Grayscale: #949494. Windows color (decimal): -10051875 or 14524006. OLE color: 14524006.

HSL color Cylindrical-coordinate representation of color #669EDD: hue angle of 211.76º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669EDD is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 158 221 -
CMYK 0.54 0.29 0 0.13
HSL 211.76º 0.64% 0.63% -
HSV(B) 211.76º 0.54% 0.87% -
XYZ 30.76 32.5 73.06 -
YUV 148.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 102 158 221 0.54 0.29 0 0.13 211.76 0.64 0.63
Hex 66 9E DD 36 1D 0 D D4 40 3F
Octal 146 236 335 66 35 0 15 324 100 77
Binary 1100110 10011110 11011101 110110 11101 0 1101 11010100 1000000 111111

Color Harmonies of #669EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669EDD

Black with #669EDD

Text Example


Text Example

White with #669EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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