Html Css Color HEX #6BDDC6 Downy

📋 copy color: '#6BDDC6'

red 107 ◦ green 221 ◦ blue 198

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

Shades of Downy #6BDDC6

Tints of Downy #6BDDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.64%

R = 20.34%
G = 42.02%
B = 37.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#6BDDC6 (or 0x6BDDC6) is known color: Downy. HEX triplet: 6B, DD and C6. RGB value is (107,221,198). Sum of RGB (Red+Green+Blue) = 107+221+198=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDC6 is #942239. Grayscale: #B8B8B8. Windows color (decimal): -9708090 or 13032811. OLE color: 13032811.

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

Color convert

RGB 107 221 198 -
CMYK 0.52 0 0.10 0.13
HSL 167.89º 0.63% 0.64% -
HSV(B) 167.89º 0.52% 0.87% -
XYZ 42.11 58.92 62.58 -
YUV 184.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 107 221 198 0.52 0 0.10 0.13 167.89 0.63 0.64
Hex 6B DD C6 34 0 A D A8 3F 40
Octal 153 335 306 64 0 12 15 250 77 100
Binary 1101011 11011101 11000110 110100 0 1010 1101 10101000 111111 1000000

Color Harmonies of #6BDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDC6

Black with #6BDDC6

Text Example


Text Example

White with #6BDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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