Html Css Color HEX #618BBB Danube

📋 copy color: '#618BBB'

red 97 ◦ green 139 ◦ blue 187

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

Shades of Danube #618BBB

Tints of Danube #618BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.86%

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

R = 22.93%
G = 32.86%
B = 44.21%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#618BBB (or 0x618BBB) is known color: Danube. HEX triplet: 61, 8B and BB. RGB value is (97,139,187). Sum of RGB (Red+Green+Blue) = 97+139+187=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #618BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BBB is #9E7444. Grayscale: #838383. Windows color (decimal): -10384453 or 12290913. OLE color: 12290913.

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

Color convert

RGB 97 139 187 -
CMYK 0.48 0.26 0 0.27
HSL 212º 0.4% 0.56% -
HSV(B) 212º 0.48% 0.73% -
XYZ 23.13 24.59 50.54 -
YUV 131.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 97 139 187 0.48 0.26 0 0.27 212 0.4 0.56
Hex 61 8B BB 30 1A 0 1B D4 28 38
Octal 141 213 273 60 32 0 33 324 50 70
Binary 1100001 10001011 10111011 110000 11010 0 11011 11010100 101000 111000

Color Harmonies of #618BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BBB

Black with #618BBB

Text Example


Text Example

White with #618BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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