Html Css Color HEX #6BE2BC Downy

📋 copy color: '#6BE2BC'

red 107 ◦ green 226 ◦ blue 188

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

Shades of Downy #6BE2BC

Tints of Downy #6BE2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.38%

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 20.54%
G = 43.38%
B = 36.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#6BE2BC (or 0x6BE2BC) is known color: Downy. HEX triplet: 6B, E2 and BC. RGB value is (107,226,188). Sum of RGB (Red+Green+Blue) = 107+226+188=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE2BC is #941D43. Grayscale: #BABABA. Windows color (decimal): -9706820 or 12378731. OLE color: 12378731.

HSL color Cylindrical-coordinate representation of color #6BE2BC: hue angle of 160.84º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE2BC is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 226 188 -
CMYK 0.53 0 0.17 0.11
HSL 160.84º 0.67% 0.65% -
HSV(B) 160.84º 0.53% 0.89% -
XYZ 42.34 61.15 57.15 -
YUV 186.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 107 226 188 0.53 0 0.17 0.11 160.84 0.67 0.65
Hex 6B E2 BC 35 0 11 B A1 43 41
Octal 153 342 274 65 0 21 13 241 103 101
Binary 1101011 11100010 10111100 110101 0 10001 1011 10100001 1000011 1000001

Color Harmonies of #6BE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE2BC

Black with #6BE2BC

Text Example


Text Example

White with #6BE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,226,188); }

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

background-color css

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

 a { background-color: rgb(107,226,188); }

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

border-color css

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

 span { border-color: rgb(107,226,188); }

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