Html Css Color HEX #6E8FDB Cornflower Blue

📋 copy color: '#6E8FDB'

red 110 ◦ green 143 ◦ blue 219

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

Shades of Cornflower Blue #6E8FDB

Tints of Cornflower Blue #6E8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

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

R = 23.31%
G = 30.3%
B = 46.4%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E8FDB (or 0x6E8FDB) is known color: Cornflower Blue. HEX triplet: 6E, 8F and DB. RGB value is (110,143,219). Sum of RGB (Red+Green+Blue) = 110+143+219=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E8FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FDB is #917024. Grayscale: #8D8D8D. Windows color (decimal): -9531429 or 14389102. OLE color: 14389102.

HSL color Cylindrical-coordinate representation of color #6E8FDB: hue angle of 221.83º 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 #6E8FDB is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 143 219 -
CMYK 0.50 0.35 0 0.14
HSL 221.83º 0.6% 0.65% -
HSV(B) 221.83º 0.5% 0.86% -
XYZ 29.04 28.07 70.91 -
YUV 141.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 110 143 219 0.50 0.35 0 0.14 221.83 0.6 0.65
Hex 6E 8F DB 32 23 0 E DE 3C 41
Octal 156 217 333 62 43 0 16 336 74 101
Binary 1101110 10001111 11011011 110010 100011 0 1110 11011110 111100 1000001

Color Harmonies of #6E8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8FDB

Black with #6E8FDB

Text Example


Text Example

White with #6E8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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