Html Css Color HEX #618CBB Danube

📋 copy color: '#618CBB'

red 97 ◦ green 140 ◦ blue 187

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

Shades of Danube #618CBB

Tints of Danube #618CBB

RGB

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

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

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

R = 22.88%
G = 33.02%
B = 44.1%

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

#618CBB (or 0x618CBB) is known color: Danube. HEX triplet: 61, 8C and BB. RGB value is (97,140,187). Sum of RGB (Red+Green+Blue) = 97+140+187=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #618CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CBB is #9E7344. Grayscale: #848484. Windows color (decimal): -10384197 or 12291169. OLE color: 12291169.

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

Color convert

RGB 97 140 187 -
CMYK 0.48 0.25 0 0.27
HSL 211.33º 0.4% 0.56% -
HSV(B) 211.33º 0.48% 0.73% -
XYZ 23.28 24.89 50.59 -
YUV 132.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 97 140 187 0.48 0.25 0 0.27 211.33 0.4 0.56
Hex 61 8C BB 30 19 0 1B D3 28 38
Octal 141 214 273 60 31 0 33 323 50 70
Binary 1100001 10001100 10111011 110000 11001 0 11011 11010011 101000 111000

Color Harmonies of #618CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CBB

Black with #618CBB

Text Example


Text Example

White with #618CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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