Html Css Color HEX #6FC2B3 Monte Carlo

📋 copy color: '#6FC2B3'

red 111 ◦ green 194 ◦ blue 179

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

Shades of Monte Carlo #6FC2B3

Tints of Monte Carlo #6FC2B3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 22.93%
G = 40.08%
B = 36.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#6FC2B3 (or 0x6FC2B3) is known color: Monte Carlo. HEX triplet: 6F, C2 and B3. RGB value is (111,194,179). Sum of RGB (Red+Green+Blue) = 111+194+179=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC2B3 is #903D4C. Grayscale: #A7A7A7. Windows color (decimal): -9452877 or 11780719. OLE color: 11780719.

HSL color Cylindrical-coordinate representation of color #6FC2B3: hue angle of 169.16º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC2B3 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 194 179 -
CMYK 0.43 0 0.08 0.24
HSL 169.16º 0.4% 0.6% -
HSV(B) 169.16º 0.43% 0.76% -
XYZ 33.98 45.22 49.58 -
YUV 167.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 111 194 179 0.43 0 0.08 0.24 169.16 0.4 0.6
Hex 6F C2 B3 2B 0 8 18 A9 28 3C
Octal 157 302 263 53 0 10 30 251 50 74
Binary 1101111 11000010 10110011 101011 0 1000 11000 10101001 101000 111100

Color Harmonies of #6FC2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC2B3

Black with #6FC2B3

Text Example


Text Example

White with #6FC2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,194,179); }

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

background-color css

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

 a { background-color: rgb(111,194,179); }

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

border-color css

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

 span { border-color: rgb(111,194,179); }

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