Html Css Color HEX #6BDBB5 Downy

📋 copy color: '#6BDBB5'

red 107 ◦ green 219 ◦ blue 181

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

Shades of Downy #6BDBB5

Tints of Downy #6BDBB5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.2%

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 21.1%
G = 43.2%
B = 35.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#6BDBB5 (or 0x6BDBB5) is known color: Downy. HEX triplet: 6B, DB and B5. RGB value is (107,219,181). Sum of RGB (Red+Green+Blue) = 107+219+181=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBB5 is #94244A. Grayscale: #B5B5B5. Windows color (decimal): -9708619 or 11918187. OLE color: 11918187.

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

Color convert

RGB 107 219 181 -
CMYK 0.51 0 0.17 0.14
HSL 159.64º 0.61% 0.64% -
HSV(B) 159.64º 0.51% 0.86% -
XYZ 39.74 57.13 52.65 -
YUV 181.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 107 219 181 0.51 0 0.17 0.14 159.64 0.61 0.64
Hex 6B DB B5 33 0 11 E A0 3D 40
Octal 153 333 265 63 0 21 16 240 75 100
Binary 1101011 11011011 10110101 110011 0 10001 1110 10100000 111101 1000000

Color Harmonies of #6BDBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBB5

Black with #6BDBB5

Text Example


Text Example

White with #6BDBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,219,181); }

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

background-color css

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

 a { background-color: rgb(107,219,181); }

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

border-color css

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

 span { border-color: rgb(107,219,181); }

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