Html Css Color HEX #6AABB9 Fountain Blue

📋 copy color: '#6AABB9'

red 106 ◦ green 171 ◦ blue 185

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

Shades of Fountain Blue #6AABB9

Tints of Fountain Blue #6AABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 22.94%
G = 37.01%
B = 40.04%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6AABB9 (or 0x6AABB9) is known color: Fountain Blue. HEX triplet: 6A, AB and B9. RGB value is (106,171,185). Sum of RGB (Red+Green+Blue) = 106+171+185=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #6AABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABB9 is #955446. Grayscale: #999999. Windows color (decimal): -9786439 or 12168042. OLE color: 12168042.

HSL color Cylindrical-coordinate representation of color #6AABB9: hue angle of 190.63º degrees, saturation: 0.36, 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 #6AABB9 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 171 185 -
CMYK 0.43 0.08 0 0.27
HSL 190.63º 0.36% 0.57% -
HSV(B) 190.63º 0.43% 0.73% -
XYZ 29.26 35.69 51.25 -
YUV 153.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 106 171 185 0.43 0.08 0 0.27 190.63 0.36 0.57
Hex 6A AB B9 2B 8 0 1B BF 24 39
Octal 152 253 271 53 10 0 33 277 44 71
Binary 1101010 10101011 10111001 101011 1000 0 11011 10111111 100100 111001

Color Harmonies of #6AABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABB9

Black with #6AABB9

Text Example


Text Example

White with #6AABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,171,185); }

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

background-color css

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

 a { background-color: rgb(106,171,185); }

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

border-color css

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

 span { border-color: rgb(106,171,185); }

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