#6D93CD

Color #6D93CD Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6D93CD

Tints of Danube #6D93CD

Color information

#6D93CD (or 0x6D93CD) is unknown color: approx Danube. HEX triplet: 6D, 93 and CD. RGB value is (109,147,205). Sum of RGB (Red+Green+Blue) = 109+147+205=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D93CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D93CD is #926C32. Grayscale: #8D8D8D. Windows color (decimal): -9595955 or 13472621. OLE color: 13472621.

HSL color Cylindrical-coordinate representation of color #6D93CD: hue angle of 216.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D93CD is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109147205-
CMYK0.470.2800.20
HSL216.25º48.98%61.57%-
HSV(B)216.25º46.83%80.39%-
XYZ27.7628.5361.8-
YUV142.25163.41104.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.64%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=23.64%
G=31.89%
B=44.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091472050.470.2800.20216.2548.9861.57
Hex6D93CD2F1C014d8313e
Octal15522331557340243306176
Binary110110110010011110011011011111110001010011011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D93CD;
 }
 .AnyTagClassName
 {
   color: #6D93CD;
 }
</style>
background-color css

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

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

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

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

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

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