Html Css Color HEX #6BA2AE Fountain Blue

📋 copy color: '#6BA2AE'

red 107 ◦ green 162 ◦ blue 174

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

Shades of Fountain Blue #6BA2AE

Tints of Fountain Blue #6BA2AE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.57%

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

R = 24.15%
G = 36.57%
B = 39.28%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6BA2AE (or 0x6BA2AE) is known color: Fountain Blue. HEX triplet: 6B, A2 and AE. RGB value is (107,162,174). Sum of RGB (Red+Green+Blue) = 107+162+174=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BA2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA2AE is #945D51. Grayscale: #929292. Windows color (decimal): -9723218 or 11444843. OLE color: 11444843.

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

Color convert

RGB 107 162 174 -
CMYK 0.39 0.07 0 0.32
HSL 190.75º 0.29% 0.55% -
HSV(B) 190.75º 0.39% 0.68% -
XYZ 26.62 32.02 44.82 -
YUV 146.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 107 162 174 0.39 0.07 0 0.32 190.75 0.29 0.55
Hex 6B A2 AE 27 7 0 20 BF 1D 37
Octal 153 242 256 47 7 0 40 277 35 67
Binary 1101011 10100010 10101110 100111 111 0 100000 10111111 11101 110111

Color Harmonies of #6BA2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA2AE

Black with #6BA2AE

Text Example


Text Example

White with #6BA2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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