Html Css Color HEX #6991DE Cornflower Blue

📋 copy color: '#6991DE'

red 105 ◦ green 145 ◦ blue 222

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

Shades of Cornflower Blue #6991DE

Tints of Cornflower Blue #6991DE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.72%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 22.25%
G = 30.72%
B = 47.03%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6991DE (or 0x6991DE) is known color: Cornflower Blue. HEX triplet: 69, 91 and DE. RGB value is (105,145,222). Sum of RGB (Red+Green+Blue) = 105+145+222=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #6991DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6991DE is #966E21. Grayscale: #8D8D8D. Windows color (decimal): -9858594 or 14586217. OLE color: 14586217.

HSL color Cylindrical-coordinate representation of color #6991DE: hue angle of 219.49º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6991DE is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 145 222 -
CMYK 0.53 0.35 0 0.13
HSL 219.49º 0.64% 0.64% -
HSV(B) 219.49º 0.53% 0.87% -
XYZ 29.14 28.53 73.08 -
YUV 141.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 105 145 222 0.53 0.35 0 0.13 219.49 0.64 0.64
Hex 69 91 DE 35 23 0 D DB 40 40
Octal 151 221 336 65 43 0 15 333 100 100
Binary 1101001 10010001 11011110 110101 100011 0 1101 11011011 1000000 1000000

Color Harmonies of #6991DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6991DE

Black with #6991DE

Text Example


Text Example

White with #6991DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6991DE; }

 p { color: rgb(105,145,222); }

 H1.HeaderClassName
 {
   color: #6991DE;
 }
 .AnyTagClassName
 {
   color: #6991DE;
 }
</style>

background-color css

<style>
 a { background-color: #6991DE; }

 a { background-color: rgb(105,145,222); }

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

border-color css

<style>
 span { border-color: #6991DE; }

 span { border-color: rgb(105,145,222); }

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