Html Css Color HEX #6BDDBF Downy

📋 copy color: '#6BDDBF'

red 107 ◦ green 221 ◦ blue 191

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

Shades of Downy #6BDDBF

Tints of Downy #6BDDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.8%

R = 20.62%
G = 42.58%
B = 36.8%

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

#6BDDBF (or 0x6BDDBF) is known color: Downy. HEX triplet: 6B, DD and BF. RGB value is (107,221,191). Sum of RGB (Red+Green+Blue) = 107+221+191=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDBF is #942240. Grayscale: #B7B7B7. Windows color (decimal): -9708097 or 12574059. OLE color: 12574059.

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

Color convert

RGB 107 221 191 -
CMYK 0.52 0 0.14 0.13
HSL 164.21º 0.63% 0.64% -
HSV(B) 164.21º 0.52% 0.87% -
XYZ 41.32 58.6 58.42 -
YUV 183.49 132.23 73.44 -
System Red Green Blue C M Y K H S L
Decimal 107 221 191 0.52 0 0.14 0.13 164.21 0.63 0.64
Hex 6B DD BF 34 0 E D A4 3F 40
Octal 153 335 277 64 0 16 15 244 77 100
Binary 1101011 11011101 10111111 110100 0 1110 1101 10100100 111111 1000000

Color Harmonies of #6BDDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDBF

Black with #6BDDBF

Text Example


Text Example

White with #6BDDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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