Html Css Color HEX #6D93BC Danube

📋 copy color: '#6D93BC'

red 109 ◦ green 147 ◦ blue 188

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

Shades of Danube #6D93BC

Tints of Danube #6D93BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 24.55%
G = 33.11%
B = 42.34%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D93BC (or 0x6D93BC) is known color: Danube. HEX triplet: 6D, 93 and BC. RGB value is (109,147,188). Sum of RGB (Red+Green+Blue) = 109+147+188=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D93BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D93BC is #926C43. Grayscale: #8C8C8C. Windows color (decimal): -9595972 or 12358509. OLE color: 12358509.

HSL color Cylindrical-coordinate representation of color #6D93BC: hue angle of 211.14º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D93BC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 147 188 -
CMYK 0.42 0.22 0 0.26
HSL 211.14º 0.37% 0.58% -
HSV(B) 211.14º 0.42% 0.74% -
XYZ 25.82 27.75 51.57 -
YUV 140.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 109 147 188 0.42 0.22 0 0.26 211.14 0.37 0.58
Hex 6D 93 BC 2A 16 0 1A D3 25 3A
Octal 155 223 274 52 26 0 32 323 45 72
Binary 1101101 10010011 10111100 101010 10110 0 11010 11010011 100101 111010

Color Harmonies of #6D93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D93BC

Black with #6D93BC

Text Example


Text Example

White with #6D93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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