Html Css Color HEX #6D7EDB Cornflower Blue

📋 copy color: '#6D7EDB'

red 109 ◦ green 126 ◦ blue 219

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

Shades of Cornflower Blue #6D7EDB

Tints of Cornflower Blue #6D7EDB

RGB

 RED value IS 109 (42.97% from 255) = 24.01%

 GREEN value IS 126 (49.61% from 255) = 27.75%

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

R = 24.01%
G = 27.75%
B = 48.24%

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

#6D7EDB (or 0x6D7EDB) is known color: Cornflower Blue. HEX triplet: 6D, 7E and DB. RGB value is (109,126,219). Sum of RGB (Red+Green+Blue) = 109+126+219=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 126 (49.61% from 255 or 27.75% 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 #6D7EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7EDB is #928124. Grayscale: #838383. Windows color (decimal): -9601317 or 14384749. OLE color: 14384749.

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

Color convert

RGB 109 126 219 -
CMYK 0.50 0.42 0 0.14
HSL 230.73º 0.6% 0.64% -
HSV(B) 230.73º 0.5% 0.86% -
XYZ 26.55 23.29 70.11 -
YUV 131.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 109 126 219 0.50 0.42 0 0.14 230.73 0.6 0.64
Hex 6D 7E DB 32 2A 0 E E7 3C 40
Octal 155 176 333 62 52 0 16 347 74 100
Binary 1101101 1111110 11011011 110010 101010 0 1110 11100111 111100 1000000

Color Harmonies of #6D7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7EDB

Black with #6D7EDB

Text Example


Text Example

White with #6D7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,126,219); }

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

background-color css

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

 a { background-color: rgb(109,126,219); }

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

border-color css

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

 span { border-color: rgb(109,126,219); }

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