Html Css Color HEX #6891E8 Cornflower Blue

📋 copy color: '#6891E8'

red 104 ◦ green 145 ◦ blue 232

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

Shades of Cornflower Blue #6891E8

Tints of Cornflower Blue #6891E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 21.62%
G = 30.15%
B = 48.23%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6891E8 (or 0x6891E8) is known color: Cornflower Blue. HEX triplet: 68, 91 and E8. RGB value is (104,145,232). Sum of RGB (Red+Green+Blue) = 104+145+232=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #6891E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6891E8 is #976E17. Grayscale: #8E8E8E. Windows color (decimal): -9924120 or 15241576. OLE color: 15241576.

HSL color Cylindrical-coordinate representation of color #6891E8: hue angle of 220.78º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6891E8 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 145 232 -
CMYK 0.55 0.38 0 0.09
HSL 220.78º 0.74% 0.66% -
HSV(B) 220.78º 0.55% 0.91% -
XYZ 30.4 29.02 80.34 -
YUV 142.66 178.42 100.43 -
System Red Green Blue C M Y K H S L
Decimal 104 145 232 0.55 0.38 0 0.09 220.78 0.74 0.66
Hex 68 91 E8 37 26 0 9 DD 4A 42
Octal 150 221 350 67 46 0 11 335 112 102
Binary 1101000 10010001 11101000 110111 100110 0 1001 11011101 1001010 1000010

Color Harmonies of #6891E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6891E8

Black with #6891E8

Text Example


Text Example

White with #6891E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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