Html Css Color HEX #6BDDBD Downy

📋 copy color: '#6BDDBD'

red 107 ◦ green 221 ◦ blue 189

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

Shades of Downy #6BDDBD

Tints of Downy #6BDDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

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

R = 20.7%
G = 42.75%
B = 36.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6BDDBD (or 0x6BDDBD) is known color: Downy. HEX triplet: 6B, DD and BD. RGB value is (107,221,189). Sum of RGB (Red+Green+Blue) = 107+221+189=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDBD is #942242. Grayscale: #B7B7B7. Windows color (decimal): -9708099 or 12442987. OLE color: 12442987.

HSL color Cylindrical-coordinate representation of color #6BDDBD: hue angle of 163.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDBD is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 189 -
CMYK 0.52 0 0.14 0.13
HSL 163.16º 0.63% 0.64% -
HSV(B) 163.16º 0.52% 0.87% -
XYZ 41.11 58.51 57.27 -
YUV 183.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 107 221 189 0.52 0 0.14 0.13 163.16 0.63 0.64
Hex 6B DD BD 34 0 E D A3 3F 40
Octal 153 335 275 64 0 16 15 243 77 100
Binary 1101011 11011101 10111101 110100 0 1110 1101 10100011 111111 1000000

Color Harmonies of #6BDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDBD

Black with #6BDDBD

Text Example


Text Example

White with #6BDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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