Html Css Color HEX #6996ED Cornflower Blue

📋 copy color: '#6996ED'

red 105 ◦ green 150 ◦ blue 237

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

Shades of Cornflower Blue #6996ED

Tints of Cornflower Blue #6996ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 21.34%
G = 30.49%
B = 48.17%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6996ED (or 0x6996ED) is known color: Cornflower Blue. HEX triplet: 69, 96 and ED. RGB value is (105,150,237). Sum of RGB (Red+Green+Blue) = 105+150+237=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #6996ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6996ED is #966912. Grayscale: #929292. Windows color (decimal): -9857299 or 15570537. OLE color: 15570537.

HSL color Cylindrical-coordinate representation of color #6996ED: hue angle of 219.55º degrees, saturation: 0.79, 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 #6996ED is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 150 237 -
CMYK 0.56 0.37 0 0.07
HSL 219.55º 0.79% 0.67% -
HSV(B) 219.55º 0.56% 0.93% -
XYZ 32.02 30.93 84.4 -
YUV 146.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 105 150 237 0.56 0.37 0 0.07 219.55 0.79 0.67
Hex 69 96 ED 38 25 0 7 DC 4F 43
Octal 151 226 355 70 45 0 7 334 117 103
Binary 1101001 10010110 11101101 111000 100101 0 111 11011100 1001111 1000011

Color Harmonies of #6996ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996ED

Black with #6996ED

Text Example


Text Example

White with #6996ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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