Html Css Color HEX #6BE1BE Downy

📋 copy color: '#6BE1BE'

red 107 ◦ green 225 ◦ blue 190

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

Shades of Downy #6BE1BE

Tints of Downy #6BE1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.1%

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

R = 20.5%
G = 43.1%
B = 36.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#6BE1BE (or 0x6BE1BE) is known color: Downy. HEX triplet: 6B, E1 and BE. RGB value is (107,225,190). Sum of RGB (Red+Green+Blue) = 107+225+190=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE1BE is #941E41. Grayscale: #B9B9B9. Windows color (decimal): -9707074 or 12509547. OLE color: 12509547.

HSL color Cylindrical-coordinate representation of color #6BE1BE: hue angle of 162.2º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1BE is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 225 190 -
CMYK 0.52 0 0.16 0.12
HSL 162.2º 0.66% 0.65% -
HSV(B) 162.2º 0.52% 0.88% -
XYZ 42.28 60.69 58.2 -
YUV 185.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 107 225 190 0.52 0 0.16 0.12 162.2 0.66 0.65
Hex 6B E1 BE 34 0 10 C A2 42 41
Octal 153 341 276 64 0 20 14 242 102 101
Binary 1101011 11100001 10111110 110100 0 10000 1100 10100010 1000010 1000001

Color Harmonies of #6BE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE1BE

Black with #6BE1BE

Text Example


Text Example

White with #6BE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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