Html Css Color HEX #618CBA Danube

📋 copy color: '#618CBA'

red 97 ◦ green 140 ◦ blue 186

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

Shades of Danube #618CBA

Tints of Danube #618CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

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

R = 22.93%
G = 33.1%
B = 43.97%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#618CBA (or 0x618CBA) is known color: Danube. HEX triplet: 61, 8C and BA. RGB value is (97,140,186). Sum of RGB (Red+Green+Blue) = 97+140+186=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #618CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CBA is #9E7345. Grayscale: #848484. Windows color (decimal): -10384198 or 12225633. OLE color: 12225633.

HSL color Cylindrical-coordinate representation of color #618CBA: hue angle of 211.01º 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 #618CBA is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 140 186 -
CMYK 0.48 0.25 0 0.27
HSL 211.01º 0.39% 0.55% -
HSV(B) 211.01º 0.48% 0.73% -
XYZ 23.17 24.84 50.03 -
YUV 132.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 97 140 186 0.48 0.25 0 0.27 211.01 0.39 0.55
Hex 61 8C BA 30 19 0 1B D3 27 37
Octal 141 214 272 60 31 0 33 323 47 67
Binary 1100001 10001100 10111010 110000 11001 0 11011 11010011 100111 110111

Color Harmonies of #618CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CBA

Black with #618CBA

Text Example


Text Example

White with #618CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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