Html Css Color HEX #6EBDB4 Monte Carlo

📋 copy color: '#6EBDB4'

red 110 ◦ green 189 ◦ blue 180

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

Shades of Monte Carlo #6EBDB4

Tints of Monte Carlo #6EBDB4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 22.96%
G = 39.46%
B = 37.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#6EBDB4 (or 0x6EBDB4) is known color: Monte Carlo. HEX triplet: 6E, BD and B4. RGB value is (110,189,180). Sum of RGB (Red+Green+Blue) = 110+189+180=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDB4 is #91424B. Grayscale: #A4A4A4. Windows color (decimal): -9519692 or 11844974. OLE color: 11844974.

HSL color Cylindrical-coordinate representation of color #6EBDB4: hue angle of 173.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDB4 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 189 180 -
CMYK 0.42 0 0.05 0.26
HSL 173.16º 0.37% 0.59% -
HSV(B) 173.16º 0.42% 0.74% -
XYZ 32.87 43.01 49.75 -
YUV 164.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 110 189 180 0.42 0 0.05 0.26 173.16 0.37 0.59
Hex 6E BD B4 2A 0 5 1A AD 25 3B
Octal 156 275 264 52 0 5 32 255 45 73
Binary 1101110 10111101 10110100 101010 0 101 11010 10101101 100101 111011

Color Harmonies of #6EBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDB4

Black with #6EBDB4

Text Example


Text Example

White with #6EBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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