Html Css Color HEX #6AAFAE Fountain Blue

📋 copy color: '#6AAFAE'

red 106 ◦ green 175 ◦ blue 174

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

Shades of Fountain Blue #6AAFAE

Tints of Fountain Blue #6AAFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.46%

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 23.3%
G = 38.46%
B = 38.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#6AAFAE (or 0x6AAFAE) is known color: Fountain Blue. HEX triplet: 6A, AF and AE. RGB value is (106,175,174). Sum of RGB (Red+Green+Blue) = 106+175+174=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAFAE is #955051. Grayscale: #9A9A9A. Windows color (decimal): -9785426 or 11448170. OLE color: 11448170.

HSL color Cylindrical-coordinate representation of color #6AAFAE: hue angle of 179.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAFAE is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 175 174 -
CMYK 0.39 0 0.01 0.31
HSL 179.13º 0.3% 0.55% -
HSV(B) 179.13º 0.39% 0.69% -
XYZ 28.91 36.78 45.62 -
YUV 154.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 106 175 174 0.39 0 0.01 0.31 179.13 0.3 0.55
Hex 6A AF AE 27 0 1 1F B3 1E 37
Octal 152 257 256 47 0 1 37 263 36 67
Binary 1101010 10101111 10101110 100111 0 1 11111 10110011 11110 110111

Color Harmonies of #6AAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFAE

Black with #6AAFAE

Text Example


Text Example

White with #6AAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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