Html Css Color HEX #618EC0 Danube

📋 copy color: '#618EC0'

red 97 ◦ green 142 ◦ blue 192

#618EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #618EC0

Tints of Danube #618EC0

RGB

 RED value IS 97 (38.28% from 255) = 22.51%

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 22.51%
G = 32.95%
B = 44.55%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#618EC0 (or 0x618EC0) is known color: Danube. HEX triplet: 61, 8E and C0. RGB value is (97,142,192). Sum of RGB (Red+Green+Blue) = 97+142+192=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #618EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EC0 is #9E713F. Grayscale: #868686. Windows color (decimal): -10383680 or 12619361. OLE color: 12619361.

HSL color Cylindrical-coordinate representation of color #618EC0: hue angle of 211.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #618EC0 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 142 192 -
CMYK 0.49 0.26 0 0.25
HSL 211.58º 0.43% 0.57% -
HSV(B) 211.58º 0.49% 0.75% -
XYZ 24.12 25.69 53.56 -
YUV 134.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 97 142 192 0.49 0.26 0 0.25 211.58 0.43 0.57
Hex 61 8E C0 31 1A 0 19 D4 2B 39
Octal 141 216 300 61 32 0 31 324 53 71
Binary 1100001 10001110 11000000 110001 11010 0 11001 11010100 101011 111001

Color Harmonies of #618EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618EC0

Black with #618EC0

Text Example


Text Example

White with #618EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,142,192); }

 H1.HeaderClassName
 {
   color: #618EC0;
 }
 .AnyTagClassName
 {
   color: #618EC0;
 }
</style>

background-color css

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

 a { background-color: rgb(97,142,192); }

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

border-color css

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

 span { border-color: rgb(97,142,192); }

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