Html Css Color HEX #61B0C1 Fountain Blue

📋 copy color: '#61B0C1'

red 97 ◦ green 176 ◦ blue 193

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

Shades of Fountain Blue #61B0C1

Tints of Fountain Blue #61B0C1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 20.82%
G = 37.77%
B = 41.42%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#61B0C1 (or 0x61B0C1) is known color: Fountain Blue. HEX triplet: 61, B0 and C1. RGB value is (97,176,193). Sum of RGB (Red+Green+Blue) = 97+176+193=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #61B0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B0C1 is #9E4F3E. Grayscale: #9A9A9A. Windows color (decimal): -10374975 or 12693601. OLE color: 12693601.

HSL color Cylindrical-coordinate representation of color #61B0C1: hue angle of 190.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61B0C1 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 176 193 -
CMYK 0.50 0.09 0 0.24
HSL 190.63º 0.44% 0.57% -
HSV(B) 190.63º 0.5% 0.76% -
XYZ 30.08 37.44 56.09 -
YUV 154.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 97 176 193 0.50 0.09 0 0.24 190.63 0.44 0.57
Hex 61 B0 C1 32 9 0 18 BF 2C 39
Octal 141 260 301 62 11 0 30 277 54 71
Binary 1100001 10110000 11000001 110010 1001 0 11000 10111111 101100 111001

Color Harmonies of #61B0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B0C1

Black with #61B0C1

Text Example


Text Example

White with #61B0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61B0C1; }

 p { color: rgb(97,176,193); }

 H1.HeaderClassName
 {
   color: #61B0C1;
 }
 .AnyTagClassName
 {
   color: #61B0C1;
 }
</style>

background-color css

<style>
 a { background-color: #61B0C1; }

 a { background-color: rgb(97,176,193); }

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

border-color css

<style>
 span { border-color: #61B0C1; }

 span { border-color: rgb(97,176,193); }

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