Html Css Color HEX #618FBF Danube

📋 copy color: '#618FBF'

red 97 ◦ green 143 ◦ blue 191

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

Shades of Danube #618FBF

Tints of Danube #618FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 191 (75% from 255) = 44.32%

R = 22.51%
G = 33.18%
B = 44.32%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#618FBF (or 0x618FBF) is known color: Danube. HEX triplet: 61, 8F and BF. RGB value is (97,143,191). Sum of RGB (Red+Green+Blue) = 97+143+191=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #618FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FBF is #9E7040. Grayscale: #868686. Windows color (decimal): -10383425 or 12554081. OLE color: 12554081.

HSL color Cylindrical-coordinate representation of color #618FBF: hue angle of 210.64º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #618FBF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 143 191 -
CMYK 0.49 0.25 0 0.25
HSL 210.64º 0.42% 0.56% -
HSV(B) 210.64º 0.49% 0.75% -
XYZ 24.16 25.95 53.03 -
YUV 134.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 97 143 191 0.49 0.25 0 0.25 210.64 0.42 0.56
Hex 61 8F BF 31 19 0 19 D3 2A 38
Octal 141 217 277 61 31 0 31 323 52 70
Binary 1100001 10001111 10111111 110001 11001 0 11001 11010011 101010 111000

Color Harmonies of #618FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FBF

Black with #618FBF

Text Example


Text Example

White with #618FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,143,191); }

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

background-color css

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

 a { background-color: rgb(97,143,191); }

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

border-color css

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

 span { border-color: rgb(97,143,191); }

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