Html Css Color HEX #6BDDC0 Downy

📋 copy color: '#6BDDC0'

red 107 ◦ green 221 ◦ blue 192

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

Shades of Downy #6BDDC0

Tints of Downy #6BDDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 20.58%
G = 42.5%
B = 36.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#6BDDC0 (or 0x6BDDC0) is known color: Downy. HEX triplet: 6B, DD and C0. RGB value is (107,221,192). Sum of RGB (Red+Green+Blue) = 107+221+192=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDC0 is #94223F. Grayscale: #B7B7B7. Windows color (decimal): -9708096 or 12639595. OLE color: 12639595.

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

Color convert

RGB 107 221 192 -
CMYK 0.52 0 0.13 0.13
HSL 164.74º 0.63% 0.64% -
HSV(B) 164.74º 0.52% 0.87% -
XYZ 41.43 58.64 59 -
YUV 183.61 132.73 73.36 -
System Red Green Blue C M Y K H S L
Decimal 107 221 192 0.52 0 0.13 0.13 164.74 0.63 0.64
Hex 6B DD C0 34 0 D D A5 3F 40
Octal 153 335 300 64 0 15 15 245 77 100
Binary 1101011 11011101 11000000 110100 0 1101 1101 10100101 111111 1000000

Color Harmonies of #6BDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDC0

Black with #6BDDC0

Text Example


Text Example

White with #6BDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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