Html Css Color HEX #6D84DC Cornflower Blue

📋 copy color: '#6D84DC'

red 109 ◦ green 132 ◦ blue 220

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

Shades of Cornflower Blue #6D84DC

Tints of Cornflower Blue #6D84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

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

R = 23.64%
G = 28.63%
B = 47.72%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D84DC (or 0x6D84DC) is known color: Cornflower Blue. HEX triplet: 6D, 84 and DC. RGB value is (109,132,220). Sum of RGB (Red+Green+Blue) = 109+132+220=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D84DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D84DC is #927B23. Grayscale: #868686. Windows color (decimal): -9599780 or 14451821. OLE color: 14451821.

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

Color convert

RGB 109 132 220 -
CMYK 0.50 0.40 0 0.14
HSL 227.57º 0.61% 0.65% -
HSV(B) 227.57º 0.5% 0.86% -
XYZ 27.48 24.92 71.07 -
YUV 135.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 109 132 220 0.50 0.40 0 0.14 227.57 0.61 0.65
Hex 6D 84 DC 32 28 0 E E4 3D 41
Octal 155 204 334 62 50 0 16 344 75 101
Binary 1101101 10000100 11011100 110010 101000 0 1110 11100100 111101 1000001

Color Harmonies of #6D84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D84DC

Black with #6D84DC

Text Example


Text Example

White with #6D84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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