Html Css Color HEX #6BB0AF Fountain Blue

📋 copy color: '#6BB0AF'

red 107 ◦ green 176 ◦ blue 175

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

Shades of Fountain Blue #6BB0AF

Tints of Fountain Blue #6BB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.43%

 BLUE value IS 175 (68.75% from 255) = 38.21%

R = 23.36%
G = 38.43%
B = 38.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#6BB0AF (or 0x6BB0AF) is known color: Fountain Blue. HEX triplet: 6B, B0 and AF. RGB value is (107,176,175). Sum of RGB (Red+Green+Blue) = 107+176+175=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB0AF is #944F50. Grayscale: #9B9B9B. Windows color (decimal): -9719633 or 11513963. OLE color: 11513963.

HSL color Cylindrical-coordinate representation of color #6BB0AF: hue angle of 179.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB0AF is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 176 175 -
CMYK 0.39 0 0.01 0.31
HSL 179.13º 0.3% 0.55% -
HSV(B) 179.13º 0.39% 0.69% -
XYZ 29.33 37.27 46.21 -
YUV 155.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 107 176 175 0.39 0 0.01 0.31 179.13 0.3 0.55
Hex 6B B0 AF 27 0 1 1F B3 1E 37
Octal 153 260 257 47 0 1 37 263 36 67
Binary 1101011 10110000 10101111 100111 0 1 11111 10110011 11110 110111

Color Harmonies of #6BB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB0AF

Black with #6BB0AF

Text Example


Text Example

White with #6BB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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