Html Css Color HEX #6BE3BE Downy

📋 copy color: '#6BE3BE'

red 107 ◦ green 227 ◦ blue 190

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

Shades of Downy #6BE3BE

Tints of Downy #6BE3BE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.32%

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

R = 20.42%
G = 43.32%
B = 36.26%

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

#6BE3BE (or 0x6BE3BE) is known color: Downy. HEX triplet: 6B, E3 and BE. RGB value is (107,227,190). Sum of RGB (Red+Green+Blue) = 107+227+190=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #6BE3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE3BE is #941C41. Grayscale: #BABABA. Windows color (decimal): -9706562 or 12510059. OLE color: 12510059.

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

Color convert

RGB 107 227 190 -
CMYK 0.53 0 0.16 0.11
HSL 161.5º 0.68% 0.65% -
HSV(B) 161.5º 0.53% 0.89% -
XYZ 42.83 61.78 58.38 -
YUV 186.9 129.74 71.01 -
System Red Green Blue C M Y K H S L
Decimal 107 227 190 0.53 0 0.16 0.11 161.5 0.68 0.65
Hex 6B E3 BE 35 0 10 B A2 44 41
Octal 153 343 276 65 0 20 13 242 104 101
Binary 1101011 11100011 10111110 110101 0 10000 1011 10100010 1000100 1000001

Color Harmonies of #6BE3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE3BE

Black with #6BE3BE

Text Example


Text Example

White with #6BE3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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