Html Css Color HEX #60A6B6 Fountain Blue

📋 copy color: '#60A6B6'

red 96 ◦ green 166 ◦ blue 182

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

Shades of Fountain Blue #60A6B6

Tints of Fountain Blue #60A6B6

RGB

 RED value IS 96 (37.89% from 255) = 21.62%

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 21.62%
G = 37.39%
B = 40.99%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#60A6B6 (or 0x60A6B6) is known color: Fountain Blue. HEX triplet: 60, A6 and B6. RGB value is (96,166,182). Sum of RGB (Red+Green+Blue) = 96+166+182=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #60A6B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A6B6 is #9F5949. Grayscale: #929292. Windows color (decimal): -10443082 or 11970144. OLE color: 11970144.

HSL color Cylindrical-coordinate representation of color #60A6B6: hue angle of 191.16º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60A6B6 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 166 182 -
CMYK 0.47 0.09 0 0.29
HSL 191.16º 0.37% 0.55% -
HSV(B) 191.16º 0.47% 0.71% -
XYZ 26.9 33.14 49.23 -
YUV 146.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 96 166 182 0.47 0.09 0 0.29 191.16 0.37 0.55
Hex 60 A6 B6 2F 9 0 1D BF 25 37
Octal 140 246 266 57 11 0 35 277 45 67
Binary 1100000 10100110 10110110 101111 1001 0 11101 10111111 100101 110111

Color Harmonies of #60A6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A6B6

Black with #60A6B6

Text Example


Text Example

White with #60A6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A6B6; }

 p { color: rgb(96,166,182); }

 H1.HeaderClassName
 {
   color: #60A6B6;
 }
 .AnyTagClassName
 {
   color: #60A6B6;
 }
</style>

background-color css

<style>
 a { background-color: #60A6B6; }

 a { background-color: rgb(96,166,182); }

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

border-color css

<style>
 span { border-color: #60A6B6; }

 span { border-color: rgb(96,166,182); }

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