Html Css Color HEX #6696DD Cornflower Blue

📋 copy color: '#6696DD'

red 102 ◦ green 150 ◦ blue 221

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

Shades of Cornflower Blue #6696DD

Tints of Cornflower Blue #6696DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

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

R = 21.56%
G = 31.71%
B = 46.72%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6696DD (or 0x6696DD) is known color: Cornflower Blue. HEX triplet: 66, 96 and DD. RGB value is (102,150,221). Sum of RGB (Red+Green+Blue) = 102+150+221=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #6696DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696DD is #996922. Grayscale: #8F8F8F. Windows color (decimal): -10053923 or 14521958. OLE color: 14521958.

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

Color convert

RGB 102 150 221 -
CMYK 0.54 0.32 0 0.13
HSL 215.8º 0.64% 0.63% -
HSV(B) 215.8º 0.54% 0.87% -
XYZ 29.44 29.86 72.62 -
YUV 143.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 102 150 221 0.54 0.32 0 0.13 215.8 0.64 0.63
Hex 66 96 DD 36 20 0 D D8 40 3F
Octal 146 226 335 66 40 0 15 330 100 77
Binary 1100110 10010110 11011101 110110 100000 0 1101 11011000 1000000 111111

Color Harmonies of #6696DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6696DD

Black with #6696DD

Text Example


Text Example

White with #6696DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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