Html Css Color HEX #6BDDC1 Downy

📋 copy color: '#6BDDC1'

red 107 ◦ green 221 ◦ blue 193

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

Shades of Downy #6BDDC1

Tints of Downy #6BDDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 20.54%
G = 42.42%
B = 37.04%

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

#6BDDC1 (or 0x6BDDC1) is known color: Downy. HEX triplet: 6B, DD and C1. RGB value is (107,221,193). Sum of RGB (Red+Green+Blue) = 107+221+193=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDC1 is #94223E. Grayscale: #B7B7B7. Windows color (decimal): -9708095 or 12705131. OLE color: 12705131.

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

Color convert

RGB 107 221 193 -
CMYK 0.52 0 0.13 0.13
HSL 165.26º 0.63% 0.64% -
HSV(B) 165.26º 0.52% 0.87% -
XYZ 41.55 58.69 59.59 -
YUV 183.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 107 221 193 0.52 0 0.13 0.13 165.26 0.63 0.64
Hex 6B DD C1 34 0 D D A5 3F 40
Octal 153 335 301 64 0 15 15 245 77 100
Binary 1101011 11011101 11000001 110100 0 1101 1101 10100101 111111 1000000

Color Harmonies of #6BDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDC1

Black with #6BDDC1

Text Example


Text Example

White with #6BDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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