Html Css Color HEX #6BAFBA Fountain Blue

📋 copy color: '#6BAFBA'

red 107 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #6BAFBA

Tints of Fountain Blue #6BAFBA

RGB

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

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

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

R = 22.86%
G = 37.39%
B = 39.74%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6BAFBA (or 0x6BAFBA) is known color: Fountain Blue. HEX triplet: 6B, AF and BA. RGB value is (107,175,186). Sum of RGB (Red+Green+Blue) = 107+175+186=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFBA is #945045. Grayscale: #9B9B9B. Windows color (decimal): -9719878 or 12234603. OLE color: 12234603.

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

Color convert

RGB 107 175 186 -
CMYK 0.42 0.06 0 0.27
HSL 188.35º 0.36% 0.57% -
HSV(B) 188.35º 0.42% 0.73% -
XYZ 30.26 37.33 52.07 -
YUV 155.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 107 175 186 0.42 0.06 0 0.27 188.35 0.36 0.57
Hex 6B AF BA 2A 6 0 1B BC 24 39
Octal 153 257 272 52 6 0 33 274 44 71
Binary 1101011 10101111 10111010 101010 110 0 11011 10111100 100100 111001

Color Harmonies of #6BAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFBA

Black with #6BAFBA

Text Example


Text Example

White with #6BAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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