Html Css Color HEX #618FBA Danube

📋 copy color: '#618FBA'

red 97 ◦ green 143 ◦ blue 186

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

Shades of Danube #618FBA

Tints of Danube #618FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 22.77%
G = 33.57%
B = 43.66%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#618FBA (or 0x618FBA) is known color: Danube. HEX triplet: 61, 8F and BA. RGB value is (97,143,186). Sum of RGB (Red+Green+Blue) = 97+143+186=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #618FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FBA is #9E7045. Grayscale: #858585. Windows color (decimal): -10383430 or 12226401. OLE color: 12226401.

HSL color Cylindrical-coordinate representation of color #618FBA: hue angle of 208.99º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618FBA is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 143 186 -
CMYK 0.48 0.23 0 0.27
HSL 208.99º 0.39% 0.55% -
HSV(B) 208.99º 0.48% 0.73% -
XYZ 23.62 25.73 50.18 -
YUV 134.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 97 143 186 0.48 0.23 0 0.27 208.99 0.39 0.55
Hex 61 8F BA 30 17 0 1B D1 27 37
Octal 141 217 272 60 27 0 33 321 47 67
Binary 1100001 10001111 10111010 110000 10111 0 11011 11010001 100111 110111

Color Harmonies of #618FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FBA

Black with #618FBA

Text Example


Text Example

White with #618FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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