#6A93BF

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

Shades of Danube #6A93BF

Tints of Danube #6A93BF

Color information

#6A93BF (or 0x6A93BF) is unknown color: approx Danube. HEX triplet: 6A, 93 and BF. RGB value is (106,147,191). Sum of RGB (Red+Green+Blue) = 106+147+191=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A93BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A93BF is #956C40. Grayscale: #8B8B8B. Windows color (decimal): -9792577 or 12555114. OLE color: 12555114.

HSL color Cylindrical-coordinate representation of color #6A93BF: hue angle of 211.06º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A93BF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106147191-
CMYK0.450.2300.25
HSL211.06º39.91%58.24%-
HSV(B)211.06º44.5%74.9%-
XYZ25.7827.6953.28-
YUV139.76156.92103.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.87%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 191 (75% from 255) = 43.02%
R=23.87%
G=33.11%
B=43.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061471910.450.2300.25211.0639.9158.24
Hex6A93BF2D17019d3283a
Octal15222327755270313235072
Binary110101010010011101111111011011011101100111010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,147,191); }

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

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

 a { background-color: rgb(106,147,191); }

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

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

 span { border-color: rgb(106,147,191); }

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