Html Css Color HEX #6D93DC Cornflower Blue

📋 copy color: '#6D93DC'

red 109 ◦ green 147 ◦ blue 220

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

Shades of Cornflower Blue #6D93DC

Tints of Cornflower Blue #6D93DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

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

R = 22.9%
G = 30.88%
B = 46.22%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D93DC (or 0x6D93DC) is known color: Cornflower Blue. HEX triplet: 6D, 93 and DC. RGB value is (109,147,220). Sum of RGB (Red+Green+Blue) = 109+147+220=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D93DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D93DC is #926C23. Grayscale: #8F8F8F. Windows color (decimal): -9595940 or 14455661. OLE color: 14455661.

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

Color convert

RGB 109 147 220 -
CMYK 0.50 0.33 0 0.14
HSL 219.46º 0.61% 0.65% -
HSV(B) 219.46º 0.5% 0.86% -
XYZ 29.66 29.29 71.8 -
YUV 143.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 109 147 220 0.50 0.33 0 0.14 219.46 0.61 0.65
Hex 6D 93 DC 32 21 0 E DB 3D 41
Octal 155 223 334 62 41 0 16 333 75 101
Binary 1101101 10010011 11011100 110010 100001 0 1110 11011011 111101 1000001

Color Harmonies of #6D93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D93DC

Black with #6D93DC

Text Example


Text Example

White with #6D93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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