Html Css Color HEX #618DB5 Danube

📋 copy color: '#618DB5'

red 97 ◦ green 141 ◦ blue 181

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

Shades of Danube #618DB5

Tints of Danube #618DB5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 23.15%
G = 33.65%
B = 43.2%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#618DB5 (or 0x618DB5) is known color: Danube. HEX triplet: 61, 8D and B5. RGB value is (97,141,181). Sum of RGB (Red+Green+Blue) = 97+141+181=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #618DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DB5 is #9E724A. Grayscale: #848484. Windows color (decimal): -10383947 or 11898209. OLE color: 11898209.

HSL color Cylindrical-coordinate representation of color #618DB5: hue angle of 208.57º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618DB5 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 141 181 -
CMYK 0.46 0.22 0 0.29
HSL 208.57º 0.36% 0.55% -
HSV(B) 208.57º 0.46% 0.71% -
XYZ 22.8 24.93 47.33 -
YUV 132.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 97 141 181 0.46 0.22 0 0.29 208.57 0.36 0.55
Hex 61 8D B5 2E 16 0 1D D1 24 37
Octal 141 215 265 56 26 0 35 321 44 67
Binary 1100001 10001101 10110101 101110 10110 0 11101 11010001 100100 110111

Color Harmonies of #618DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DB5

Black with #618DB5

Text Example


Text Example

White with #618DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,141,181); }

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

background-color css

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

 a { background-color: rgb(97,141,181); }

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

border-color css

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

 span { border-color: rgb(97,141,181); }

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