Html Css Color HEX #6BD6C6 Downy

📋 copy color: '#6BD6C6'

red 107 ◦ green 214 ◦ blue 198

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

Shades of Downy #6BD6C6

Tints of Downy #6BD6C6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

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

R = 20.62%
G = 41.23%
B = 38.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#6BD6C6 (or 0x6BD6C6) is known color: Downy. HEX triplet: 6B, D6 and C6. RGB value is (107,214,198). Sum of RGB (Red+Green+Blue) = 107+214+198=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6C6 is #942939. Grayscale: #B4B4B4. Windows color (decimal): -9709882 or 13031019. OLE color: 13031019.

HSL color Cylindrical-coordinate representation of color #6BD6C6: hue angle of 171.03º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD6C6 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 214 198 -
CMYK 0.50 0 0.07 0.16
HSL 171.03º 0.57% 0.63% -
HSV(B) 171.03º 0.5% 0.84% -
XYZ 40.3 55.3 61.98 -
YUV 180.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 107 214 198 0.50 0 0.07 0.16 171.03 0.57 0.63
Hex 6B D6 C6 32 0 7 10 AB 39 3F
Octal 153 326 306 62 0 7 20 253 71 77
Binary 1101011 11010110 11000110 110010 0 111 10000 10101011 111001 111111

Color Harmonies of #6BD6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD6C6

Black with #6BD6C6

Text Example


Text Example

White with #6BD6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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