#6192CC

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

Shades of Danube #6192CC

Tints of Danube #6192CC

Color information

#6192CC (or 0x6192CC) is unknown color: approx Danube. HEX triplet: 61, 92 and CC. RGB value is (97,146,204). Sum of RGB (Red+Green+Blue) = 97+146+204=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #6192CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192CC is #9E6D33. Grayscale: #898989. Windows color (decimal): -10382644 or 13406817. OLE color: 13406817.

HSL color Cylindrical-coordinate representation of color #6192CC: hue angle of 212.52º degrees, saturation: 0.51, 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 #6192CC is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97146204-
CMYK0.520.2800.2
HSL212.52º51.2%59.02%-
HSV(B)212.52º52.45%80%-
XYZ26.1127.4661.05-
YUV137.96165.2798.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.70%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=21.70%
G=32.66%
B=45.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971462040.520.2800.2212.5251.259.02
Hex6192CC341C014d5333b
Octal14122231464340243256373
Binary110000110010010110011001101001110001010011010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6192CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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