Html Css Color HEX #6BE2BE Downy

📋 copy color: '#6BE2BE'

red 107 ◦ green 226 ◦ blue 190

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

Shades of Downy #6BE2BE

Tints of Downy #6BE2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 20.46%
G = 43.21%
B = 36.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#6BE2BE (or 0x6BE2BE) is known color: Downy. HEX triplet: 6B, E2 and BE. RGB value is (107,226,190). Sum of RGB (Red+Green+Blue) = 107+226+190=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE2BE is #941D41. Grayscale: #BABABA. Windows color (decimal): -9706818 or 12509803. OLE color: 12509803.

HSL color Cylindrical-coordinate representation of color #6BE2BE: hue angle of 161.85º 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 #6BE2BE is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 226 190 -
CMYK 0.53 0 0.16 0.11
HSL 161.85º 0.67% 0.65% -
HSV(B) 161.85º 0.53% 0.89% -
XYZ 42.55 61.24 58.29 -
YUV 186.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 107 226 190 0.53 0 0.16 0.11 161.85 0.67 0.65
Hex 6B E2 BE 35 0 10 B A2 43 41
Octal 153 342 276 65 0 20 13 242 103 101
Binary 1101011 11100010 10111110 110101 0 10000 1011 10100010 1000011 1000001

Color Harmonies of #6BE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE2BE

Black with #6BE2BE

Text Example


Text Example

White with #6BE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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