Html Css Color HEX #618EBA Danube

📋 copy color: '#618EBA'

red 97 ◦ green 142 ◦ blue 186

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

Shades of Danube #618EBA

Tints of Danube #618EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 22.82%
G = 33.41%
B = 43.76%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#618EBA (or 0x618EBA) is known color: Danube. HEX triplet: 61, 8E and BA. RGB value is (97,142,186). Sum of RGB (Red+Green+Blue) = 97+142+186=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #618EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EBA is #9E7145. Grayscale: #858585. Windows color (decimal): -10383686 or 12226145. OLE color: 12226145.

HSL color Cylindrical-coordinate representation of color #618EBA: hue angle of 209.66º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618EBA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 142 186 -
CMYK 0.48 0.24 0 0.27
HSL 209.66º 0.39% 0.55% -
HSV(B) 209.66º 0.48% 0.73% -
XYZ 23.47 25.43 50.13 -
YUV 133.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 97 142 186 0.48 0.24 0 0.27 209.66 0.39 0.55
Hex 61 8E BA 30 18 0 1B D2 27 37
Octal 141 216 272 60 30 0 33 322 47 67
Binary 1100001 10001110 10111010 110000 11000 0 11011 11010010 100111 110111

Color Harmonies of #618EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618EBA

Black with #618EBA

Text Example


Text Example

White with #618EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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