Html Css Color HEX #6996FA Cornflower Blue

📋 copy color: '#6996FA'

red 105 ◦ green 150 ◦ blue 250

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

Shades of Cornflower Blue #6996FA

Tints of Cornflower Blue #6996FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 20.79%
G = 29.7%
B = 49.5%

CMYK

 C value IS 0.58

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6996FA (or 0x6996FA) is known color: Cornflower Blue. HEX triplet: 69, 96 and FA. RGB value is (105,150,250). Sum of RGB (Red+Green+Blue) = 105+150+250=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #6996FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6996FA is #966905. Grayscale: #939393. Windows color (decimal): -9857286 or 16422505. OLE color: 16422505.

HSL color Cylindrical-coordinate representation of color #6996FA: hue angle of 221.38º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6996FA is Cyan = 0.58, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 150 250 -
CMYK 0.58 0.4 0 0.02
HSL 221.38º 0.94% 0.7% -
HSV(B) 221.38º 0.58% 0.98% -
XYZ 33.99 31.72 94.77 -
YUV 147.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 105 150 250 0.58 0.4 0 0.02 221.38 0.94 0.7
Hex 69 96 FA 3A 28 0 2 DD 5E 46
Octal 151 226 372 72 50 0 2 335 136 106
Binary 1101001 10010110 11111010 111010 101000 0 10 11011101 1011110 1000110

Color Harmonies of #6996FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996FA

Black with #6996FA

Text Example


Text Example

White with #6996FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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