Html Css Color HEX #6D8FDC Cornflower Blue

📋 copy color: '#6D8FDC'

red 109 ◦ green 143 ◦ blue 220

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

Shades of Cornflower Blue #6D8FDC

Tints of Cornflower Blue #6D8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

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

R = 23.09%
G = 30.3%
B = 46.61%

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

#6D8FDC (or 0x6D8FDC) is known color: Cornflower Blue. HEX triplet: 6D, 8F and DC. RGB value is (109,143,220). Sum of RGB (Red+Green+Blue) = 109+143+220=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FDC is #927023. Grayscale: #8D8D8D. Windows color (decimal): -9596964 or 14454637. OLE color: 14454637.

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

Color convert

RGB 109 143 220 -
CMYK 0.50 0.35 0 0.14
HSL 221.62º 0.61% 0.65% -
HSV(B) 221.62º 0.5% 0.86% -
XYZ 29.05 28.06 71.6 -
YUV 141.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 109 143 220 0.50 0.35 0 0.14 221.62 0.61 0.65
Hex 6D 8F DC 32 23 0 E DE 3D 41
Octal 155 217 334 62 43 0 16 336 75 101
Binary 1101101 10001111 11011100 110010 100011 0 1110 11011110 111101 1000001

Color Harmonies of #6D8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8FDC

Black with #6D8FDC

Text Example


Text Example

White with #6D8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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