Html Css Color HEX #6FBDB2 Monte Carlo

📋 copy color: '#6FBDB2'

red 111 ◦ green 189 ◦ blue 178

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

Shades of Monte Carlo #6FBDB2

Tints of Monte Carlo #6FBDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 23.22%
G = 39.54%
B = 37.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#6FBDB2 (or 0x6FBDB2) is known color: Monte Carlo. HEX triplet: 6F, BD and B2. RGB value is (111,189,178). Sum of RGB (Red+Green+Blue) = 111+189+178=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDB2 is #90424D. Grayscale: #A4A4A4. Windows color (decimal): -9454158 or 11713903. OLE color: 11713903.

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

Color convert

RGB 111 189 178 -
CMYK 0.41 0 0.06 0.26
HSL 171.54º 0.37% 0.59% -
HSV(B) 171.54º 0.41% 0.74% -
XYZ 32.79 42.99 48.69 -
YUV 164.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 111 189 178 0.41 0 0.06 0.26 171.54 0.37 0.59
Hex 6F BD B2 29 0 6 1A AC 25 3B
Octal 157 275 262 51 0 6 32 254 45 73
Binary 1101111 10111101 10110010 101001 0 110 11010 10101100 100101 111011

Color Harmonies of #6FBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDB2

Black with #6FBDB2

Text Example


Text Example

White with #6FBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,189,178); }

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

background-color css

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

 a { background-color: rgb(111,189,178); }

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

border-color css

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

 span { border-color: rgb(111,189,178); }

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