Html Css Color HEX #6BAAAE Fountain Blue

📋 copy color: '#6BAAAE'

red 107 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #6BAAAE

Tints of Fountain Blue #6BAAAE

RGB

 RED value IS 107 (42.19% from 255) = 23.73%

 GREEN value IS 170 (66.8% from 255) = 37.69%

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

R = 23.73%
G = 37.69%
B = 38.58%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6BAAAE (or 0x6BAAAE) is known color: Fountain Blue. HEX triplet: 6B, AA and AE. RGB value is (107,170,174). Sum of RGB (Red+Green+Blue) = 107+170+174=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAAE is #945551. Grayscale: #979797. Windows color (decimal): -9721170 or 11446891. OLE color: 11446891.

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

Color convert

RGB 107 170 174 -
CMYK 0.39 0.02 0 0.32
HSL 183.58º 0.29% 0.55% -
HSV(B) 183.58º 0.39% 0.68% -
XYZ 28.08 34.93 45.31 -
YUV 151.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 107 170 174 0.39 0.02 0 0.32 183.58 0.29 0.55
Hex 6B AA AE 27 2 0 20 B8 1D 37
Octal 153 252 256 47 2 0 40 270 35 67
Binary 1101011 10101010 10101110 100111 10 0 100000 10111000 11101 110111

Color Harmonies of #6BAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAAE

Black with #6BAAAE

Text Example


Text Example

White with #6BAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,174); }

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

background-color css

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

 a { background-color: rgb(107,170,174); }

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

border-color css

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

 span { border-color: rgb(107,170,174); }

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