Html Css Color HEX #6FB7B5 Fountain Blue

📋 copy color: '#6FB7B5'

red 111 ◦ green 183 ◦ blue 181

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

Shades of Fountain Blue #6FB7B5

Tints of Fountain Blue #6FB7B5

RGB

 RED value IS 111 (43.75% from 255) = 23.37%

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 23.37%
G = 38.53%
B = 38.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#6FB7B5 (or 0x6FB7B5) is known color: Fountain Blue. HEX triplet: 6F, B7 and B5. RGB value is (111,183,181). Sum of RGB (Red+Green+Blue) = 111+183+181=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7B5 is #90484A. Grayscale: #A1A1A1. Windows color (decimal): -9455691 or 11908975. OLE color: 11908975.

HSL color Cylindrical-coordinate representation of color #6FB7B5: hue angle of 178.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB7B5 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 183 181 -
CMYK 0.39 0 0.01 0.28
HSL 178.33º 0.33% 0.58% -
HSV(B) 178.33º 0.39% 0.72% -
XYZ 31.83 40.58 49.87 -
YUV 161.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 111 183 181 0.39 0 0.01 0.28 178.33 0.33 0.58
Hex 6F B7 B5 27 0 1 1C B2 21 3A
Octal 157 267 265 47 0 1 34 262 41 72
Binary 1101111 10110111 10110101 100111 0 1 11100 10110010 100001 111010

Color Harmonies of #6FB7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB7B5

Black with #6FB7B5

Text Example


Text Example

White with #6FB7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,183,181); }

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

background-color css

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

 a { background-color: rgb(111,183,181); }

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

border-color css

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

 span { border-color: rgb(111,183,181); }

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