#6192cb

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

Shades of Danube #6192CB

Tints of Danube #6192CB

Color information

#6192CB (or 0x6192CB) is unknown color: approx Danube. HEX triplet: 61, 92 and CB. RGB value is (97,146,203). Sum of RGB (Red+Green+Blue) = 97+146+203=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #6192CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192CB is #9E6D34. Grayscale: #898989. Windows color (decimal): -10382645 or 13341281. OLE color: 13341281.

HSL color Cylindrical-coordinate representation of color #6192CB: hue angle of 212.26º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6192CB is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97146203-
CMYK0.520.2800.20
HSL212.26º50.48%58.82%-
HSV(B)212.26º52.22%79.61%-
XYZ25.9927.4160.42-
YUV137.85164.7798.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.75%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=21.75%
G=32.74%
B=45.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971462030.520.2800.20212.2650.4858.82
Hex6192CB341C014d4323b
Octal14122231364340243246273
Binary110000110010010110010111101001110001010011010100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6192cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6192cb; }

 p { color: rgb(97,146,203); }

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

<style>
 a { background-color: #6192cb; }

 a { background-color: rgb(97,146,203); }

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

<style>
 span { border-color: #6192cb; }

 span { border-color: rgb(97,146,203); }

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