Html Css Color HEX #6E80E4 Cornflower Blue

📋 copy color: '#6E80E4'

red 110 ◦ green 128 ◦ blue 228

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

Shades of Cornflower Blue #6E80E4

Tints of Cornflower Blue #6E80E4

RGB

 RED value IS 110 (43.36% from 255) = 23.61%

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 228 (89.45% from 255) = 48.93%

R = 23.61%
G = 27.47%
B = 48.93%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6E80E4 (or 0x6E80E4) is known color: Cornflower Blue. HEX triplet: 6E, 80 and E4. RGB value is (110,128,228). Sum of RGB (Red+Green+Blue) = 110+128+228=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #6E80E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E80E4 is #917F1B. Grayscale: #858585. Windows color (decimal): -9535260 or 14975086. OLE color: 14975086.

HSL color Cylindrical-coordinate representation of color #6E80E4: hue angle of 230.85º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E80E4 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 110 128 228 -
CMYK 0.52 0.44 0 0.11
HSL 230.85º 0.69% 0.66% -
HSV(B) 230.85º 0.52% 0.89% -
XYZ 28.15 24.35 76.62 -
YUV 134.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 110 128 228 0.52 0.44 0 0.11 230.85 0.69 0.66
Hex 6E 80 E4 34 2C 0 B E7 45 42
Octal 156 200 344 64 54 0 13 347 105 102
Binary 1101110 10000000 11100100 110100 101100 0 1011 11100111 1000101 1000010

Color Harmonies of #6E80E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E80E4

Black with #6E80E4

Text Example


Text Example

White with #6E80E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E80E4; }

 p { color: rgb(110,128,228); }

 H1.HeaderClassName
 {
   color: #6E80E4;
 }
 .AnyTagClassName
 {
   color: #6E80E4;
 }
</style>

background-color css

<style>
 a { background-color: #6E80E4; }

 a { background-color: rgb(110,128,228); }

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

border-color css

<style>
 span { border-color: #6E80E4; }

 span { border-color: rgb(110,128,228); }

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