Html Css Color HEX #6FB0B7 Fountain Blue

📋 copy color: '#6FB0B7'

red 111 ◦ green 176 ◦ blue 183

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

Shades of Fountain Blue #6FB0B7

Tints of Fountain Blue #6FB0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.94%

R = 23.62%
G = 37.45%
B = 38.94%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6FB0B7 (or 0x6FB0B7) is known color: Fountain Blue. HEX triplet: 6F, B0 and B7. RGB value is (111,176,183). Sum of RGB (Red+Green+Blue) = 111+176+183=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #6FB0B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB0B7 is #904F48. Grayscale: #9D9D9D. Windows color (decimal): -9457481 or 12038255. OLE color: 12038255.

HSL color Cylindrical-coordinate representation of color #6FB0B7: hue angle of 185.83º 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 #6FB0B7 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 176 183 -
CMYK 0.39 0.04 0 0.28
HSL 185.83º 0.33% 0.58% -
HSV(B) 185.83º 0.39% 0.72% -
XYZ 30.63 37.85 50.49 -
YUV 157.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 111 176 183 0.39 0.04 0 0.28 185.83 0.33 0.58
Hex 6F B0 B7 27 4 0 1C BA 21 3A
Octal 157 260 267 47 4 0 34 272 41 72
Binary 1101111 10110000 10110111 100111 100 0 11100 10111010 100001 111010

Color Harmonies of #6FB0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB0B7

Black with #6FB0B7

Text Example


Text Example

White with #6FB0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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