Html Css Color HEX #6D8EDC Cornflower Blue

📋 copy color: '#6D8EDC'

red 109 ◦ green 142 ◦ blue 220

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

Shades of Cornflower Blue #6D8EDC

Tints of Cornflower Blue #6D8EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 23.14%
G = 30.15%
B = 46.71%

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

#6D8EDC (or 0x6D8EDC) is known color: Cornflower Blue. HEX triplet: 6D, 8E and DC. RGB value is (109,142,220). Sum of RGB (Red+Green+Blue) = 109+142+220=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8EDC is #927123. Grayscale: #8C8C8C. Windows color (decimal): -9597220 or 14454381. OLE color: 14454381.

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

Color convert

RGB 109 142 220 -
CMYK 0.50 0.35 0 0.14
HSL 222.16º 0.61% 0.65% -
HSV(B) 222.16º 0.5% 0.86% -
XYZ 28.9 27.76 71.55 -
YUV 141.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 109 142 220 0.50 0.35 0 0.14 222.16 0.61 0.65
Hex 6D 8E DC 32 23 0 E DE 3D 41
Octal 155 216 334 62 43 0 16 336 75 101
Binary 1101101 10001110 11011100 110010 100011 0 1110 11011110 111101 1000001

Color Harmonies of #6D8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8EDC

Black with #6D8EDC

Text Example


Text Example

White with #6D8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,142,220); }

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

background-color css

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

 a { background-color: rgb(109,142,220); }

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

border-color css

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

 span { border-color: rgb(109,142,220); }

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