Html Css Color HEX #6996EA Cornflower Blue

📋 copy color: '#6996EA'

red 105 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #6996EA

Tints of Cornflower Blue #6996EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 21.47%
G = 30.67%
B = 47.85%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6996EA (or 0x6996EA) is known color: Cornflower Blue. HEX triplet: 69, 96 and EA. RGB value is (105,150,234). Sum of RGB (Red+Green+Blue) = 105+150+234=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #6996EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6996EA is #966915. Grayscale: #919191. Windows color (decimal): -9857302 or 15373929. OLE color: 15373929.

HSL color Cylindrical-coordinate representation of color #6996EA: hue angle of 219.07º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6996EA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 150 234 -
CMYK 0.55 0.36 0 0.08
HSL 219.07º 0.75% 0.66% -
HSV(B) 219.07º 0.55% 0.92% -
XYZ 31.58 30.76 82.11 -
YUV 146.12 177.59 98.67 -
System Red Green Blue C M Y K H S L
Decimal 105 150 234 0.55 0.36 0 0.08 219.07 0.75 0.66
Hex 69 96 EA 37 24 0 8 DB 4B 42
Octal 151 226 352 67 44 0 10 333 113 102
Binary 1101001 10010110 11101010 110111 100100 0 1000 11011011 1001011 1000010

Color Harmonies of #6996EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996EA

Black with #6996EA

Text Example


Text Example

White with #6996EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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