Html Css Color HEX #6CB7B6 Fountain Blue

📋 copy color: '#6CB7B6'

red 108 ◦ green 183 ◦ blue 182

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

Shades of Fountain Blue #6CB7B6

Tints of Fountain Blue #6CB7B6

RGB

 RED value IS 108 (42.58% from 255) = 22.83%

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

 BLUE value IS 182 (71.48% from 255) = 38.48%

R = 22.83%
G = 38.69%
B = 38.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#6CB7B6 (or 0x6CB7B6) is known color: Fountain Blue. HEX triplet: 6C, B7 and B6. RGB value is (108,183,182). Sum of RGB (Red+Green+Blue) = 108+183+182=473 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.83% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB7B6 is #934849. Grayscale: #A0A0A0. Windows color (decimal): -9652298 or 11974508. OLE color: 11974508.

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

Color convert

RGB 108 183 182 -
CMYK 0.41 0 0.01 0.28
HSL 179.2º 0.34% 0.57% -
HSV(B) 179.2º 0.41% 0.72% -
XYZ 31.56 40.43 50.4 -
YUV 160.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 108 183 182 0.41 0 0.01 0.28 179.2 0.34 0.57
Hex 6C B7 B6 29 0 1 1C B3 22 39
Octal 154 267 266 51 0 1 34 263 42 71
Binary 1101100 10110111 10110110 101001 0 1 11100 10110011 100010 111001

Color Harmonies of #6CB7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB7B6

Black with #6CB7B6

Text Example


Text Example

White with #6CB7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,183,182); }

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

background-color css

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

 a { background-color: rgb(108,183,182); }

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

border-color css

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

 span { border-color: rgb(108,183,182); }

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