#618CC1

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

Shades of Danube #618CC1

Tints of Danube #618CC1

Color information

#618CC1 (or 0x618CC1) is unknown color: approx Danube. HEX triplet: 61, 8C and C1. RGB value is (97,140,193). Sum of RGB (Red+Green+Blue) = 97+140+193=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #618CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CC1 is #9E733E. Grayscale: #848484. Windows color (decimal): -10384191 or 12684385. OLE color: 12684385.

HSL color Cylindrical-coordinate representation of color #618CC1: hue angle of 213.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618CC1 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97140193-
CMYK0.500.2700.24
HSL213.12º43.64%56.86%-
HSV(B)213.12º49.74%75.69%-
XYZ23.9325.1554.04-
YUV133.18161.75102.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=22.56%
G=32.56%
B=44.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971401930.500.2700.24213.1243.6456.86
Hex618CC1321B018d52c39
Octal14121430162330303255471
Binary110000110001100110000011100101101101100011010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618CC1; }

 p { color: rgb(97,140,193); }

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

<style>
 a { background-color: #618CC1; }

 a { background-color: rgb(97,140,193); }

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

<style>
 span { border-color: #618CC1; }

 span { border-color: rgb(97,140,193); }

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