Html Css Color HEX #6BDDCD Downy

📋 copy color: '#6BDDCD'

red 107 ◦ green 221 ◦ blue 205

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

Shades of Downy #6BDDCD

Tints of Downy #6BDDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 20.08%
G = 41.46%
B = 38.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6BDDCD (or 0x6BDDCD) is known color: Downy. HEX triplet: 6B, DD and CD. RGB value is (107,221,205). Sum of RGB (Red+Green+Blue) = 107+221+205=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDCD is #942232. Grayscale: #B9B9B9. Windows color (decimal): -9708083 or 13491563. OLE color: 13491563.

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

Color convert

RGB 107 221 205 -
CMYK 0.52 0 0.07 0.13
HSL 171.58º 0.63% 0.64% -
HSV(B) 171.58º 0.52% 0.87% -
XYZ 42.94 59.25 66.93 -
YUV 185.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 107 221 205 0.52 0 0.07 0.13 171.58 0.63 0.64
Hex 6B DD CD 34 0 7 D AC 3F 40
Octal 153 335 315 64 0 7 15 254 77 100
Binary 1101011 11011101 11001101 110100 0 111 1101 10101100 111111 1000000

Color Harmonies of #6BDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDCD

Black with #6BDDCD

Text Example


Text Example

White with #6BDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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