#7095C6

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

Shades of Danube #7095C6

Tints of Danube #7095C6

Color information

#7095C6 (or 0x7095C6) is unknown color: approx Danube. HEX triplet: 70, 95 and C6. RGB value is (112,149,198). Sum of RGB (Red+Green+Blue) = 112+149+198=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #7095C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095C6 is #8F6A39. Grayscale: #8F8F8F. Windows color (decimal): -9398842 or 13014384. OLE color: 13014384.

HSL color Cylindrical-coordinate representation of color #7095C6: hue angle of 214.19º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7095C6 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112149198-
CMYK0.430.2500.22
HSL214.19º43%60.78%-
HSV(B)214.19º43.43%77.65%-
XYZ27.6229.0257.57-
YUV143.52158.74105.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=24.40%
G=32.46%
B=43.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121491980.430.2500.22214.194360.78
Hex7095C62B19016d62b3d
Octal16022530653310263265375
Binary111000010010101110001101010111100101011011010110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7095C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7095C6; }

 p { color: rgb(112,149,198); }

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

<style>
 a { background-color: #7095C6; }

 a { background-color: rgb(112,149,198); }

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

<style>
 span { border-color: #7095C6; }

 span { border-color: rgb(112,149,198); }

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