Html Css Color HEX #6BDBBD Downy

📋 copy color: '#6BDBBD'

red 107 ◦ green 219 ◦ blue 189

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

Shades of Downy #6BDBBD

Tints of Downy #6BDBBD

RGB

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

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

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

R = 20.78%
G = 42.52%
B = 36.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#6BDBBD (or 0x6BDBBD) is known color: Downy. HEX triplet: 6B, DB and BD. RGB value is (107,219,189). Sum of RGB (Red+Green+Blue) = 107+219+189=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBBD is #942442. Grayscale: #B6B6B6. Windows color (decimal): -9708611 or 12442475. OLE color: 12442475.

HSL color Cylindrical-coordinate representation of color #6BDBBD: hue angle of 163.93º 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 #6BDBBD is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 219 189 -
CMYK 0.51 0 0.14 0.14
HSL 163.93º 0.61% 0.64% -
HSV(B) 163.93º 0.51% 0.86% -
XYZ 40.58 57.46 57.1 -
YUV 182.09 131.89 74.44 -
System Red Green Blue C M Y K H S L
Decimal 107 219 189 0.51 0 0.14 0.14 163.93 0.61 0.64
Hex 6B DB BD 33 0 E E A4 3D 40
Octal 153 333 275 63 0 16 16 244 75 100
Binary 1101011 11011011 10111101 110011 0 1110 1110 10100100 111101 1000000

Color Harmonies of #6BDBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBBD

Black with #6BDBBD

Text Example


Text Example

White with #6BDBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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