Html Css Color HEX #6E7DDB Cornflower Blue

📋 copy color: '#6E7DDB'

red 110 ◦ green 125 ◦ blue 219

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

Shades of Cornflower Blue #6E7DDB

Tints of Cornflower Blue #6E7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.53%

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

R = 24.23%
G = 27.53%
B = 48.24%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E7DDB (or 0x6E7DDB) is known color: Cornflower Blue. HEX triplet: 6E, 7D and DB. RGB value is (110,125,219). Sum of RGB (Red+Green+Blue) = 110+125+219=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DDB is #918224. Grayscale: #828282. Windows color (decimal): -9536037 or 14384494. OLE color: 14384494.

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

Color convert

RGB 110 125 219 -
CMYK 0.50 0.43 0 0.14
HSL 231.74º 0.6% 0.65% -
HSV(B) 231.74º 0.5% 0.86% -
XYZ 26.55 23.1 70.08 -
YUV 131.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 110 125 219 0.50 0.43 0 0.14 231.74 0.6 0.65
Hex 6E 7D DB 32 2B 0 E E8 3C 41
Octal 156 175 333 62 53 0 16 350 74 101
Binary 1101110 1111101 11011011 110010 101011 0 1110 11101000 111100 1000001

Color Harmonies of #6E7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7DDB

Black with #6E7DDB

Text Example


Text Example

White with #6E7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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