Html Css Color HEX #6FB6B5 Fountain Blue

📋 copy color: '#6FB6B5'

red 111 ◦ green 182 ◦ blue 181

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

Shades of Fountain Blue #6FB6B5

Tints of Fountain Blue #6FB6B5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 23.42%
G = 38.4%
B = 38.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#6FB6B5 (or 0x6FB6B5) is known color: Fountain Blue. HEX triplet: 6F, B6 and B5. RGB value is (111,182,181). Sum of RGB (Red+Green+Blue) = 111+182+181=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB6B5 is #90494A. Grayscale: #A0A0A0. Windows color (decimal): -9455947 or 11908719. OLE color: 11908719.

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

Color convert

RGB 111 182 181 -
CMYK 0.39 0 0.01 0.29
HSL 179.15º 0.33% 0.57% -
HSV(B) 179.15º 0.39% 0.71% -
XYZ 31.62 40.17 49.8 -
YUV 160.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 111 182 181 0.39 0 0.01 0.29 179.15 0.33 0.57
Hex 6F B6 B5 27 0 1 1D B3 21 39
Octal 157 266 265 47 0 1 35 263 41 71
Binary 1101111 10110110 10110101 100111 0 1 11101 10110011 100001 111001

Color Harmonies of #6FB6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB6B5

Black with #6FB6B5

Text Example


Text Example

White with #6FB6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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