Html Css Color HEX #618DBB Danube

📋 copy color: '#618DBB'

red 97 ◦ green 141 ◦ blue 187

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

Shades of Danube #618DBB

Tints of Danube #618DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 22.82%
G = 33.18%
B = 44%

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

#618DBB (or 0x618DBB) is known color: Danube. HEX triplet: 61, 8D and BB. RGB value is (97,141,187). Sum of RGB (Red+Green+Blue) = 97+141+187=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #618DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DBB is #9E7244. Grayscale: #848484. Windows color (decimal): -10383941 or 12291425. OLE color: 12291425.

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

Color convert

RGB 97 141 187 -
CMYK 0.48 0.25 0 0.27
HSL 210.67º 0.4% 0.56% -
HSV(B) 210.67º 0.48% 0.73% -
XYZ 23.42 25.18 50.64 -
YUV 133.09 158.42 102.26 -
System Red Green Blue C M Y K H S L
Decimal 97 141 187 0.48 0.25 0 0.27 210.67 0.4 0.56
Hex 61 8D BB 30 19 0 1B D3 28 38
Octal 141 215 273 60 31 0 33 323 50 70
Binary 1100001 10001101 10111011 110000 11001 0 11011 11010011 101000 111000

Color Harmonies of #618DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DBB

Black with #618DBB

Text Example


Text Example

White with #618DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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