Html Css Color HEX #6BAEAE Fountain Blue

📋 copy color: '#6BAEAE'

red 107 ◦ green 174 ◦ blue 174

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

Shades of Fountain Blue #6BAEAE

Tints of Fountain Blue #6BAEAE

RGB

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

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

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

R = 23.52%
G = 38.24%
B = 38.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6BAEAE (or 0x6BAEAE) is known color: Fountain Blue. HEX triplet: 6B, AE and AE. RGB value is (107,174,174). Sum of RGB (Red+Green+Blue) = 107+174+174=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #6BAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEAE is #945151. Grayscale: #999999. Windows color (decimal): -9720146 or 11447915. OLE color: 11447915.

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

Color convert

RGB 107 174 174 -
CMYK 0.39 0 0 0.32
HSL 180º 0.29% 0.55% -
HSV(B) 180º 0.39% 0.68% -
XYZ 28.84 36.45 45.56 -
YUV 153.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 107 174 174 0.39 0 0 0.32 180 0.29 0.55
Hex 6B AE AE 27 0 0 20 B4 1D 37
Octal 153 256 256 47 0 0 40 264 35 67
Binary 1101011 10101110 10101110 100111 0 0 100000 10110100 11101 110111

Color Harmonies of #6BAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEAE

Black with #6BAEAE

Text Example


Text Example

White with #6BAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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