Html Css Color HEX #6696DB Cornflower Blue

📋 copy color: '#6696DB'

red 102 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #6696DB

Tints of Cornflower Blue #6696DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 21.66%
G = 31.85%
B = 46.5%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6696DB (or 0x6696DB) is known color: Cornflower Blue. HEX triplet: 66, 96 and DB. RGB value is (102,150,219). Sum of RGB (Red+Green+Blue) = 102+150+219=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #6696DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696DB is #996924. Grayscale: #8F8F8F. Windows color (decimal): -10053925 or 14390886. OLE color: 14390886.

HSL color Cylindrical-coordinate representation of color #6696DB: hue angle of 215.38º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6696DB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 150 219 -
CMYK 0.53 0.32 0 0.14
HSL 215.38º 0.62% 0.63% -
HSV(B) 215.38º 0.53% 0.86% -
XYZ 29.17 29.75 71.22 -
YUV 143.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 102 150 219 0.53 0.32 0 0.14 215.38 0.62 0.63
Hex 66 96 DB 35 20 0 E D7 3E 3F
Octal 146 226 333 65 40 0 16 327 76 77
Binary 1100110 10010110 11011011 110101 100000 0 1110 11010111 111110 111111

Color Harmonies of #6696DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6696DB

Black with #6696DB

Text Example


Text Example

White with #6696DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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