Html Css Color HEX #6AAFBA Fountain Blue

📋 copy color: '#6AAFBA'

red 106 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #6AAFBA

Tints of Fountain Blue #6AAFBA

RGB

 RED value IS 106 (41.8% from 255) = 22.7%

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 22.7%
G = 37.47%
B = 39.83%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6AAFBA (or 0x6AAFBA) is known color: Fountain Blue. HEX triplet: 6A, AF and BA. RGB value is (106,175,186). Sum of RGB (Red+Green+Blue) = 106+175+186=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFBA is #955045. Grayscale: #9B9B9B. Windows color (decimal): -9785414 or 12234602. OLE color: 12234602.

HSL color Cylindrical-coordinate representation of color #6AAFBA: hue angle of 188.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AAFBA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 175 186 -
CMYK 0.43 0.06 0 0.27
HSL 188.25º 0.37% 0.57% -
HSV(B) 188.25º 0.43% 0.73% -
XYZ 30.14 37.27 52.06 -
YUV 155.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 106 175 186 0.43 0.06 0 0.27 188.25 0.37 0.57
Hex 6A AF BA 2B 6 0 1B BC 25 39
Octal 152 257 272 53 6 0 33 274 45 71
Binary 1101010 10101111 10111010 101011 110 0 11011 10111100 100101 111001

Color Harmonies of #6AAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFBA

Black with #6AAFBA

Text Example


Text Example

White with #6AAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,175,186); }

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

background-color css

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

 a { background-color: rgb(106,175,186); }

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

border-color css

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

 span { border-color: rgb(106,175,186); }

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