Html Css Color HEX #6996EC Cornflower Blue

📋 copy color: '#6996EC'

red 105 ◦ green 150 ◦ blue 236

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

Shades of Cornflower Blue #6996EC

Tints of Cornflower Blue #6996EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 21.38%
G = 30.55%
B = 48.07%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6996EC (or 0x6996EC) is known color: Cornflower Blue. HEX triplet: 69, 96 and EC. RGB value is (105,150,236). Sum of RGB (Red+Green+Blue) = 105+150+236=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #6996EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6996EC is #966913. Grayscale: #919191. Windows color (decimal): -9857300 or 15505001. OLE color: 15505001.

HSL color Cylindrical-coordinate representation of color #6996EC: hue angle of 219.39º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6996EC is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 150 236 -
CMYK 0.56 0.36 0 0.07
HSL 219.39º 0.78% 0.67% -
HSV(B) 219.39º 0.56% 0.93% -
XYZ 31.87 30.87 83.64 -
YUV 146.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 105 150 236 0.56 0.36 0 0.07 219.39 0.78 0.67
Hex 69 96 EC 38 24 0 7 DB 4E 43
Octal 151 226 354 70 44 0 7 333 116 103
Binary 1101001 10010110 11101100 111000 100100 0 111 11011011 1001110 1000011

Color Harmonies of #6996EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996EC

Black with #6996EC

Text Example


Text Example

White with #6996EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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