Html Css Color HEX #6D8BDC Cornflower Blue

📋 copy color: '#6D8BDC'

red 109 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #6D8BDC

Tints of Cornflower Blue #6D8BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 23.29%
G = 29.7%
B = 47.01%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D8BDC (or 0x6D8BDC) is known color: Cornflower Blue. HEX triplet: 6D, 8B and DC. RGB value is (109,139,220). Sum of RGB (Red+Green+Blue) = 109+139+220=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BDC is #927423. Grayscale: #8A8A8A. Windows color (decimal): -9597988 or 14453613. OLE color: 14453613.

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

Color convert

RGB 109 139 220 -
CMYK 0.50 0.37 0 0.14
HSL 223.78º 0.61% 0.65% -
HSV(B) 223.78º 0.5% 0.86% -
XYZ 28.46 26.88 71.4 -
YUV 139.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 109 139 220 0.50 0.37 0 0.14 223.78 0.61 0.65
Hex 6D 8B DC 32 25 0 E E0 3D 41
Octal 155 213 334 62 45 0 16 340 75 101
Binary 1101101 10001011 11011100 110010 100101 0 1110 11100000 111101 1000001

Color Harmonies of #6D8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8BDC

Black with #6D8BDC

Text Example


Text Example

White with #6D8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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