Html Css Color HEX #6BE6BD Downy

📋 copy color: '#6BE6BD'

red 107 ◦ green 230 ◦ blue 189

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

Shades of Downy #6BE6BD

Tints of Downy #6BE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.73%

 BLUE value IS 189 (74.22% from 255) = 35.93%

R = 20.34%
G = 43.73%
B = 35.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#6BE6BD (or 0x6BE6BD) is known color: Downy. HEX triplet: 6B, E6 and BD. RGB value is (107,230,189). Sum of RGB (Red+Green+Blue) = 107+230+189=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE6BD is #941942. Grayscale: #BCBCBC. Windows color (decimal): -9705795 or 12445291. OLE color: 12445291.

HSL color Cylindrical-coordinate representation of color #6BE6BD: hue angle of 160º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE6BD is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 107 230 189 -
CMYK 0.53 0 0.18 0.10
HSL 160º 0.71% 0.66% -
HSV(B) 160º 0.53% 0.9% -
XYZ 43.55 63.39 58.09 -
YUV 188.55 128.25 69.83 -
System Red Green Blue C M Y K H S L
Decimal 107 230 189 0.53 0 0.18 0.10 160 0.71 0.66
Hex 6B E6 BD 35 0 12 A A0 47 42
Octal 153 346 275 65 0 22 12 240 107 102
Binary 1101011 11100110 10111101 110101 0 10010 1010 10100000 1000111 1000010

Color Harmonies of #6BE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE6BD

Black with #6BE6BD

Text Example


Text Example

White with #6BE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,230,189); }

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

background-color css

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

 a { background-color: rgb(107,230,189); }

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

border-color css

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

 span { border-color: rgb(107,230,189); }

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