Html Css Color HEX #6D7ED9 Cornflower Blue

📋 copy color: '#6D7ED9'

red 109 ◦ green 126 ◦ blue 217

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

Shades of Cornflower Blue #6D7ED9

Tints of Cornflower Blue #6D7ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 24.12%
G = 27.88%
B = 48.01%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D7ED9 (or 0x6D7ED9) is known color: Cornflower Blue. HEX triplet: 6D, 7E and D9. RGB value is (109,126,217). Sum of RGB (Red+Green+Blue) = 109+126+217=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D7ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ED9 is #928126. Grayscale: #828282. Windows color (decimal): -9601319 or 14253677. OLE color: 14253677.

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

Color convert

RGB 109 126 217 -
CMYK 0.50 0.42 0 0.15
HSL 230.56º 0.59% 0.64% -
HSV(B) 230.56º 0.5% 0.85% -
XYZ 26.29 23.18 68.73 -
YUV 131.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 109 126 217 0.50 0.42 0 0.15 230.56 0.59 0.64
Hex 6D 7E D9 32 2A 0 F E7 3B 40
Octal 155 176 331 62 52 0 17 347 73 100
Binary 1101101 1111110 11011001 110010 101010 0 1111 11100111 111011 1000000

Color Harmonies of #6D7ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7ED9

Black with #6D7ED9

Text Example


Text Example

White with #6D7ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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