Html Css Color HEX #6E80DB Cornflower Blue

📋 copy color: '#6E80DB'

red 110 ◦ green 128 ◦ blue 219

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

Shades of Cornflower Blue #6E80DB

Tints of Cornflower Blue #6E80DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 24.07%
G = 28.01%
B = 47.92%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E80DB (or 0x6E80DB) is known color: Cornflower Blue. HEX triplet: 6E, 80 and DB. RGB value is (110,128,219). Sum of RGB (Red+Green+Blue) = 110+128+219=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E80DB is #917F24. Grayscale: #848484. Windows color (decimal): -9535269 or 14385262. OLE color: 14385262.

HSL color Cylindrical-coordinate representation of color #6E80DB: hue angle of 230.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E80DB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 128 219 -
CMYK 0.50 0.42 0 0.14
HSL 230.09º 0.6% 0.65% -
HSV(B) 230.09º 0.5% 0.86% -
XYZ 26.94 23.87 70.21 -
YUV 132.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 110 128 219 0.50 0.42 0 0.14 230.09 0.6 0.65
Hex 6E 80 DB 32 2A 0 E E6 3C 41
Octal 156 200 333 62 52 0 16 346 74 101
Binary 1101110 10000000 11011011 110010 101010 0 1110 11100110 111100 1000001

Color Harmonies of #6E80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E80DB

Black with #6E80DB

Text Example


Text Example

White with #6E80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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