Html Css Color HEX #6690DD Cornflower Blue

📋 copy color: '#6690DD'

red 102 ◦ green 144 ◦ blue 221

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

Shades of Cornflower Blue #6690DD

Tints of Cornflower Blue #6690DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

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

R = 21.84%
G = 30.84%
B = 47.32%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6690DD (or 0x6690DD) is known color: Cornflower Blue. HEX triplet: 66, 90 and DD. RGB value is (102,144,221). Sum of RGB (Red+Green+Blue) = 102+144+221=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #6690DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690DD is #996F22. Grayscale: #8B8B8B. Windows color (decimal): -10055459 or 14520422. OLE color: 14520422.

HSL color Cylindrical-coordinate representation of color #6690DD: hue angle of 218.82º 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 #6690DD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 144 221 -
CMYK 0.54 0.35 0 0.13
HSL 218.82º 0.64% 0.63% -
HSV(B) 218.82º 0.54% 0.87% -
XYZ 28.5 27.99 72.31 -
YUV 140.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 102 144 221 0.54 0.35 0 0.13 218.82 0.64 0.63
Hex 66 90 DD 36 23 0 D DB 40 3F
Octal 146 220 335 66 43 0 15 333 100 77
Binary 1100110 10010000 11011101 110110 100011 0 1101 11011011 1000000 111111

Color Harmonies of #6690DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6690DD

Black with #6690DD

Text Example


Text Example

White with #6690DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6690DD; }

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

 H1.HeaderClassName
 {
   color: #6690DD;
 }
 .AnyTagClassName
 {
   color: #6690DD;
 }
</style>

background-color css

<style>
 a { background-color: #6690DD; }

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

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

border-color css

<style>
 span { border-color: #6690DD; }

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

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