Html Css Color HEX #6BC0B4 Monte Carlo

📋 copy color: '#6BC0B4'

red 107 ◦ green 192 ◦ blue 180

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

Shades of Monte Carlo #6BC0B4

Tints of Monte Carlo #6BC0B4

RGB

 RED value IS 107 (42.19% from 255) = 22.34%

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

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

R = 22.34%
G = 40.08%
B = 37.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#6BC0B4 (or 0x6BC0B4) is known color: Monte Carlo. HEX triplet: 6B, C0 and B4. RGB value is (107,192,180). Sum of RGB (Red+Green+Blue) = 107+192+180=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC0B4 is #943F4B. Grayscale: #A5A5A5. Windows color (decimal): -9715532 or 11845739. OLE color: 11845739.

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

Color convert

RGB 107 192 180 -
CMYK 0.44 0 0.06 0.25
HSL 171.53º 0.4% 0.59% -
HSV(B) 171.53º 0.44% 0.75% -
XYZ 33.15 44.12 49.95 -
YUV 165.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 107 192 180 0.44 0 0.06 0.25 171.53 0.4 0.59
Hex 6B C0 B4 2C 0 6 19 AC 28 3B
Octal 153 300 264 54 0 6 31 254 50 73
Binary 1101011 11000000 10110100 101100 0 110 11001 10101100 101000 111011

Color Harmonies of #6BC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC0B4

Black with #6BC0B4

Text Example


Text Example

White with #6BC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,192,180); }

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

background-color css

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

 a { background-color: rgb(107,192,180); }

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

border-color css

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

 span { border-color: rgb(107,192,180); }

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