Html Css Color HEX #6891DC Cornflower Blue

📋 copy color: '#6891DC'

red 104 ◦ green 145 ◦ blue 220

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

Shades of Cornflower Blue #6891DC

Tints of Cornflower Blue #6891DC

RGB

 RED value IS 104 (41.02% from 255) = 22.17%

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

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

R = 22.17%
G = 30.92%
B = 46.91%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6891DC (or 0x6891DC) is known color: Cornflower Blue. HEX triplet: 68, 91 and DC. RGB value is (104,145,220). Sum of RGB (Red+Green+Blue) = 104+145+220=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6891DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6891DC is #976E23. Grayscale: #8C8C8C. Windows color (decimal): -9924132 or 14455144. OLE color: 14455144.

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

Color convert

RGB 104 145 220 -
CMYK 0.53 0.34 0 0.14
HSL 218.79º 0.62% 0.64% -
HSV(B) 218.79º 0.53% 0.86% -
XYZ 28.75 28.36 71.67 -
YUV 141.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 104 145 220 0.53 0.34 0 0.14 218.79 0.62 0.64
Hex 68 91 DC 35 22 0 E DB 3E 40
Octal 150 221 334 65 42 0 16 333 76 100
Binary 1101000 10010001 11011100 110101 100010 0 1110 11011011 111110 1000000

Color Harmonies of #6891DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6891DC

Black with #6891DC

Text Example


Text Example

White with #6891DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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