Html Css Color HEX #6BAAAD Fountain Blue

📋 copy color: '#6BAAAD'

red 107 ◦ green 170 ◦ blue 173

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

Shades of Fountain Blue #6BAAAD

Tints of Fountain Blue #6BAAAD

RGB

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

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

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

R = 23.78%
G = 37.78%
B = 38.44%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6BAAAD (or 0x6BAAAD) is known color: Fountain Blue. HEX triplet: 6B, AA and AD. RGB value is (107,170,173). Sum of RGB (Red+Green+Blue) = 107+170+173=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #6BAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAAD is #945552. Grayscale: #979797. Windows color (decimal): -9721171 or 11381355. OLE color: 11381355.

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

Color convert

RGB 107 170 173 -
CMYK 0.38 0.02 0 0.32
HSL 182.73º 0.29% 0.55% -
HSV(B) 182.73º 0.38% 0.68% -
XYZ 27.98 34.89 44.8 -
YUV 151.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 107 170 173 0.38 0.02 0 0.32 182.73 0.29 0.55
Hex 6B AA AD 26 2 0 20 B7 1D 37
Octal 153 252 255 46 2 0 40 267 35 67
Binary 1101011 10101010 10101101 100110 10 0 100000 10110111 11101 110111

Color Harmonies of #6BAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAAD

Black with #6BAAAD

Text Example


Text Example

White with #6BAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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