Html Css Color HEX #6996DB Cornflower Blue

📋 copy color: '#6996DB'

red 105 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #6996DB

Tints of Cornflower Blue #6996DB

RGB

 RED value IS 105 (41.41% from 255) = 22.15%

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

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

R = 22.15%
G = 31.65%
B = 46.2%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6996DB (or 0x6996DB) is known color: Cornflower Blue. HEX triplet: 69, 96 and DB. RGB value is (105,150,219). Sum of RGB (Red+Green+Blue) = 105+150+219=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #6996DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996DB is #966924. Grayscale: #909090. Windows color (decimal): -9857317 or 14390889. OLE color: 14390889.

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

Color convert

RGB 105 150 219 -
CMYK 0.52 0.32 0 0.14
HSL 216.32º 0.61% 0.64% -
HSV(B) 216.32º 0.52% 0.86% -
XYZ 29.52 29.93 71.24 -
YUV 144.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 105 150 219 0.52 0.32 0 0.14 216.32 0.61 0.64
Hex 69 96 DB 34 20 0 E D8 3D 40
Octal 151 226 333 64 40 0 16 330 75 100
Binary 1101001 10010110 11011011 110100 100000 0 1110 11011000 111101 1000000

Color Harmonies of #6996DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996DB

Black with #6996DB

Text Example


Text Example

White with #6996DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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