Html Css Color HEX #6991DC Cornflower Blue

📋 copy color: '#6991DC'

red 105 ◦ green 145 ◦ blue 220

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

Shades of Cornflower Blue #6991DC

Tints of Cornflower Blue #6991DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 22.34%
G = 30.85%
B = 46.81%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6991DC (or 0x6991DC) is known color: Cornflower Blue. HEX triplet: 69, 91 and DC. RGB value is (105,145,220). Sum of RGB (Red+Green+Blue) = 105+145+220=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #6991DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6991DC is #966E23. Grayscale: #8D8D8D. Windows color (decimal): -9858596 or 14455145. OLE color: 14455145.

HSL color Cylindrical-coordinate representation of color #6991DC: hue angle of 219.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6991DC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 145 220 -
CMYK 0.52 0.34 0 0.14
HSL 219.13º 0.62% 0.64% -
HSV(B) 219.13º 0.52% 0.86% -
XYZ 28.87 28.42 71.67 -
YUV 141.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 105 145 220 0.52 0.34 0 0.14 219.13 0.62 0.64
Hex 69 91 DC 34 22 0 E DB 3E 40
Octal 151 221 334 64 42 0 16 333 76 100
Binary 1101001 10010001 11011100 110100 100010 0 1110 11011011 111110 1000000

Color Harmonies of #6991DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6991DC

Black with #6991DC

Text Example


Text Example

White with #6991DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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