Html Css Color HEX #6E93DB Cornflower Blue

📋 copy color: '#6E93DB'

red 110 ◦ green 147 ◦ blue 219

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

Shades of Cornflower Blue #6E93DB

Tints of Cornflower Blue #6E93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

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

R = 23.11%
G = 30.88%
B = 46.01%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E93DB (or 0x6E93DB) is known color: Cornflower Blue. HEX triplet: 6E, 93 and DB. RGB value is (110,147,219). Sum of RGB (Red+Green+Blue) = 110+147+219=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E93DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E93DB is #916C24. Grayscale: #8F8F8F. Windows color (decimal): -9530405 or 14390126. OLE color: 14390126.

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

Color convert

RGB 110 147 219 -
CMYK 0.50 0.33 0 0.14
HSL 219.63º 0.6% 0.65% -
HSV(B) 219.63º 0.5% 0.86% -
XYZ 29.65 29.3 71.11 -
YUV 144.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 110 147 219 0.50 0.33 0 0.14 219.63 0.6 0.65
Hex 6E 93 DB 32 21 0 E DC 3C 41
Octal 156 223 333 62 41 0 16 334 74 101
Binary 1101110 10010011 11011011 110010 100001 0 1110 11011100 111100 1000001

Color Harmonies of #6E93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E93DB

Black with #6E93DB

Text Example


Text Example

White with #6E93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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