Html Css Color HEX #618FBC Danube

📋 copy color: '#618FBC'

red 97 ◦ green 143 ◦ blue 188

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

Shades of Danube #618FBC

Tints of Danube #618FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 22.66%
G = 33.41%
B = 43.93%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#618FBC (or 0x618FBC) is known color: Danube. HEX triplet: 61, 8F and BC. RGB value is (97,143,188). Sum of RGB (Red+Green+Blue) = 97+143+188=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #618FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FBC is #9E7043. Grayscale: #868686. Windows color (decimal): -10383428 or 12357473. OLE color: 12357473.

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

Color convert

RGB 97 143 188 -
CMYK 0.48 0.24 0 0.26
HSL 209.67º 0.4% 0.56% -
HSV(B) 209.67º 0.48% 0.74% -
XYZ 23.83 25.82 51.3 -
YUV 134.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 97 143 188 0.48 0.24 0 0.26 209.67 0.4 0.56
Hex 61 8F BC 30 18 0 1A D2 28 38
Octal 141 217 274 60 30 0 32 322 50 70
Binary 1100001 10001111 10111100 110000 11000 0 11010 11010010 101000 111000

Color Harmonies of #618FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FBC

Black with #618FBC

Text Example


Text Example

White with #618FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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