Html Css Color HEX #6AAEAD Fountain Blue

📋 copy color: '#6AAEAD'

red 106 ◦ green 174 ◦ blue 173

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

Shades of Fountain Blue #6AAEAD

Tints of Fountain Blue #6AAEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

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

R = 23.4%
G = 38.41%
B = 38.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#6AAEAD (or 0x6AAEAD) is known color: Fountain Blue. HEX triplet: 6A, AE and AD. RGB value is (106,174,173). Sum of RGB (Red+Green+Blue) = 106+174+173=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAEAD is #955152. Grayscale: #999999. Windows color (decimal): -9785683 or 11382378. OLE color: 11382378.

HSL color Cylindrical-coordinate representation of color #6AAEAD: hue angle of 179.12º degrees, saturation: 0.3, 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 #6AAEAD is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 174 173 -
CMYK 0.39 0 0.01 0.32
HSL 179.12º 0.3% 0.55% -
HSV(B) 179.12º 0.39% 0.68% -
XYZ 28.62 36.35 45.04 -
YUV 153.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 106 174 173 0.39 0 0.01 0.32 179.12 0.3 0.55
Hex 6A AE AD 27 0 1 20 B3 1E 37
Octal 152 256 255 47 0 1 40 263 36 67
Binary 1101010 10101110 10101101 100111 0 1 100000 10110011 11110 110111

Color Harmonies of #6AAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEAD

Black with #6AAEAD

Text Example


Text Example

White with #6AAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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