Html Css Color HEX #6BDAB6 Downy

📋 copy color: '#6BDAB6'

red 107 ◦ green 218 ◦ blue 182

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

Shades of Downy #6BDAB6

Tints of Downy #6BDAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 21.1%
G = 43%
B = 35.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#6BDAB6 (or 0x6BDAB6) is known color: Downy. HEX triplet: 6B, DA and B6. RGB value is (107,218,182). Sum of RGB (Red+Green+Blue) = 107+218+182=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDAB6 is #942549. Grayscale: #B4B4B4. Windows color (decimal): -9708874 or 11983467. OLE color: 11983467.

HSL color Cylindrical-coordinate representation of color #6BDAB6: hue angle of 160.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDAB6 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 218 182 -
CMYK 0.51 0 0.17 0.15
HSL 160.54º 0.6% 0.64% -
HSV(B) 160.54º 0.51% 0.85% -
XYZ 39.58 56.65 53.1 -
YUV 180.71 128.73 75.43 -
System Red Green Blue C M Y K H S L
Decimal 107 218 182 0.51 0 0.17 0.15 160.54 0.6 0.64
Hex 6B DA B6 33 0 11 F A1 3C 40
Octal 153 332 266 63 0 21 17 241 74 100
Binary 1101011 11011010 10110110 110011 0 10001 1111 10100001 111100 1000000

Color Harmonies of #6BDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDAB6

Black with #6BDAB6

Text Example


Text Example

White with #6BDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,218,182); }

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

background-color css

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

 a { background-color: rgb(107,218,182); }

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

border-color css

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

 span { border-color: rgb(107,218,182); }

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