Html Css Color HEX #6BA2AD Fountain Blue

📋 copy color: '#6BA2AD'

red 107 ◦ green 162 ◦ blue 173

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

Shades of Fountain Blue #6BA2AD

Tints of Fountain Blue #6BA2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 24.21%
G = 36.65%
B = 39.14%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6BA2AD (or 0x6BA2AD) is known color: Fountain Blue. HEX triplet: 6B, A2 and AD. RGB value is (107,162,173). Sum of RGB (Red+Green+Blue) = 107+162+173=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #6BA2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA2AD is #945D52. Grayscale: #929292. Windows color (decimal): -9723219 or 11379307. OLE color: 11379307.

HSL color Cylindrical-coordinate representation of color #6BA2AD: hue angle of 190º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BA2AD is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 162 173 -
CMYK 0.38 0.06 0 0.32
HSL 190º 0.29% 0.55% -
HSV(B) 190º 0.38% 0.68% -
XYZ 26.53 31.98 44.31 -
YUV 146.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 107 162 173 0.38 0.06 0 0.32 190 0.29 0.55
Hex 6B A2 AD 26 6 0 20 BE 1D 37
Octal 153 242 255 46 6 0 40 276 35 67
Binary 1101011 10100010 10101101 100110 110 0 100000 10111110 11101 110111

Color Harmonies of #6BA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA2AD

Black with #6BA2AD

Text Example


Text Example

White with #6BA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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