Html Css Color HEX #6997EA Cornflower Blue

📋 copy color: '#6997EA'

red 105 ◦ green 151 ◦ blue 234

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

Shades of Cornflower Blue #6997EA

Tints of Cornflower Blue #6997EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.82%

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

R = 21.43%
G = 30.82%
B = 47.76%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6997EA (or 0x6997EA) is known color: Cornflower Blue. HEX triplet: 69, 97 and EA. RGB value is (105,151,234). Sum of RGB (Red+Green+Blue) = 105+151+234=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #6997EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6997EA is #966815. Grayscale: #929292. Windows color (decimal): -9857046 or 15374185. OLE color: 15374185.

HSL color Cylindrical-coordinate representation of color #6997EA: hue angle of 218.6º 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 #6997EA is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 151 234 -
CMYK 0.55 0.35 0 0.08
HSL 218.6º 0.75% 0.66% -
HSV(B) 218.6º 0.55% 0.92% -
XYZ 31.74 31.08 82.17 -
YUV 146.71 177.26 98.25 -
System Red Green Blue C M Y K H S L
Decimal 105 151 234 0.55 0.35 0 0.08 218.6 0.75 0.66
Hex 69 97 EA 37 23 0 8 DB 4B 42
Octal 151 227 352 67 43 0 10 333 113 102
Binary 1101001 10010111 11101010 110111 100011 0 1000 11011011 1001011 1000010

Color Harmonies of #6997EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6997EA

Black with #6997EA

Text Example


Text Example

White with #6997EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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