Html Css Color HEX #6EC0BD Monte Carlo

📋 copy color: '#6EC0BD'

red 110 ◦ green 192 ◦ blue 189

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

Shades of Monte Carlo #6EC0BD

Tints of Monte Carlo #6EC0BD

RGB

 RED value IS 110 (43.36% from 255) = 22.4%

 GREEN value IS 192 (75.39% from 255) = 39.1%

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 22.4%
G = 39.1%
B = 38.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#6EC0BD (or 0x6EC0BD) is known color: Monte Carlo. HEX triplet: 6E, C0 and BD. RGB value is (110,192,189). Sum of RGB (Red+Green+Blue) = 110+192+189=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC0BD is #913F42. Grayscale: #A7A7A7. Windows color (decimal): -9518915 or 12435566. OLE color: 12435566.

HSL color Cylindrical-coordinate representation of color #6EC0BD: hue angle of 177.8º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC0BD is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 192 189 -
CMYK 0.43 0 0.02 0.25
HSL 177.8º 0.39% 0.59% -
HSV(B) 177.8º 0.43% 0.75% -
XYZ 34.47 44.69 54.95 -
YUV 167.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 110 192 189 0.43 0 0.02 0.25 177.8 0.39 0.59
Hex 6E C0 BD 2B 0 2 19 B2 27 3B
Octal 156 300 275 53 0 2 31 262 47 73
Binary 1101110 11000000 10111101 101011 0 10 11001 10110010 100111 111011

Color Harmonies of #6EC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC0BD

Black with #6EC0BD

Text Example


Text Example

White with #6EC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,192,189); }

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

background-color css

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

 a { background-color: rgb(110,192,189); }

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

border-color css

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

 span { border-color: rgb(110,192,189); }

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