Html Css Color HEX #6AA5AD Fountain Blue

📋 copy color: '#6AA5AD'

red 106 ◦ green 165 ◦ blue 173

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

Shades of Fountain Blue #6AA5AD

Tints of Fountain Blue #6AA5AD

RGB

 RED value IS 106 (41.8% from 255) = 23.87%

 GREEN value IS 165 (64.84% from 255) = 37.16%

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 23.87%
G = 37.16%
B = 38.96%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6AA5AD (or 0x6AA5AD) is known color: Fountain Blue. HEX triplet: 6A, A5 and AD. RGB value is (106,165,173). Sum of RGB (Red+Green+Blue) = 106+165+173=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #6AA5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA5AD is #955A52. Grayscale: #949494. Windows color (decimal): -9787987 or 11380074. OLE color: 11380074.

HSL color Cylindrical-coordinate representation of color #6AA5AD: hue angle of 187.16º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AA5AD is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 165 173 -
CMYK 0.39 0.05 0 0.32
HSL 187.16º 0.29% 0.55% -
HSV(B) 187.16º 0.39% 0.68% -
XYZ 26.94 32.99 44.48 -
YUV 148.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 106 165 173 0.39 0.05 0 0.32 187.16 0.29 0.55
Hex 6A A5 AD 27 5 0 20 BB 1D 37
Octal 152 245 255 47 5 0 40 273 35 67
Binary 1101010 10100101 10101101 100111 101 0 100000 10111011 11101 110111

Color Harmonies of #6AA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA5AD

Black with #6AA5AD

Text Example


Text Example

White with #6AA5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AA5AD; }

 p { color: rgb(106,165,173); }

 H1.HeaderClassName
 {
   color: #6AA5AD;
 }
 .AnyTagClassName
 {
   color: #6AA5AD;
 }
</style>

background-color css

<style>
 a { background-color: #6AA5AD; }

 a { background-color: rgb(106,165,173); }

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

border-color css

<style>
 span { border-color: #6AA5AD; }

 span { border-color: rgb(106,165,173); }

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