Html Css Color HEX #6AAEBA Fountain Blue

📋 copy color: '#6AAEBA'

red 106 ◦ green 174 ◦ blue 186

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

Shades of Fountain Blue #6AAEBA

Tints of Fountain Blue #6AAEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 22.75%
G = 37.34%
B = 39.91%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6AAEBA (or 0x6AAEBA) is known color: Fountain Blue. HEX triplet: 6A, AE and BA. RGB value is (106,174,186). Sum of RGB (Red+Green+Blue) = 106+174+186=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEBA is #955145. Grayscale: #9A9A9A. Windows color (decimal): -9785670 or 12234346. OLE color: 12234346.

HSL color Cylindrical-coordinate representation of color #6AAEBA: hue angle of 189º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AAEBA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 174 186 -
CMYK 0.43 0.06 0 0.27
HSL 189º 0.37% 0.57% -
HSV(B) 189º 0.43% 0.73% -
XYZ 29.94 36.88 52 -
YUV 155.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 106 174 186 0.43 0.06 0 0.27 189 0.37 0.57
Hex 6A AE BA 2B 6 0 1B BD 25 39
Octal 152 256 272 53 6 0 33 275 45 71
Binary 1101010 10101110 10111010 101011 110 0 11011 10111101 100101 111001

Color Harmonies of #6AAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEBA

Black with #6AAEBA

Text Example


Text Example

White with #6AAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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