#6BD7C1

Color #6BD7C1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6BD7C1

Tints of Downy #6BD7C1

Color information

#6BD7C1 (or 0x6BD7C1) is unknown color: approx Downy. HEX triplet: 6B, D7 and C1. RGB value is (107,215,193). Sum of RGB (Red+Green+Blue) = 107+215+193=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD7C1 is #94283E. Grayscale: #B4B4B4. Windows color (decimal): -9709631 or 12703595. OLE color: 12703595.

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

Color convert

RGB107215193-
CMYK0.5000.100.16
HSL167.78º57.45%63.14%-
HSV(B)167.78º50.23%84.31%-
XYZ39.9955.5859.07-
YUV180.2135.2275.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.78%
GREEN value IS 215 (84.38% from 255) = 41.75%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=20.78%
G=41.75%
B=37.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072151930.5000.100.16167.7857.4563.14
Hex6BD7C1320A10a8393f
Octal15332730162012202507177
Binary11010111101011111000001110010010101000010101000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6BD7C1;
 }
 .AnyTagClassName
 {
   color: #6BD7C1;
 }
</style>
background-color css

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

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

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

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

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

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