Html Css Color HEX #618BC5 Danube

📋 copy color: '#618BC5'

red 97 ◦ green 139 ◦ blue 197

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

Shades of Danube #618BC5

Tints of Danube #618BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.5%

R = 22.4%
G = 32.1%
B = 45.5%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#618BC5 (or 0x618BC5) is known color: Danube. HEX triplet: 61, 8B and C5. RGB value is (97,139,197). Sum of RGB (Red+Green+Blue) = 97+139+197=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #618BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BC5 is #9E743A. Grayscale: #848484. Windows color (decimal): -10384443 or 12946273. OLE color: 12946273.

HSL color Cylindrical-coordinate representation of color #618BC5: hue angle of 214.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618BC5 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 139 197 -
CMYK 0.51 0.29 0 0.23
HSL 214.8º 0.46% 0.58% -
HSV(B) 214.8º 0.51% 0.77% -
XYZ 24.24 25.04 56.38 -
YUV 133.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 97 139 197 0.51 0.29 0 0.23 214.8 0.46 0.58
Hex 61 8B C5 33 1D 0 17 D7 2E 3A
Octal 141 213 305 63 35 0 27 327 56 72
Binary 1100001 10001011 11000101 110011 11101 0 10111 11010111 101110 111010

Color Harmonies of #618BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BC5

Black with #618BC5

Text Example


Text Example

White with #618BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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