#6BD5CD

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

Shades of Downy #6BD5CD

Tints of Downy #6BD5CD

Color information

#6BD5CD (or 0x6BD5CD) is unknown color: approx Downy. HEX triplet: 6B, D5 and CD. RGB value is (107,213,205). Sum of RGB (Red+Green+Blue) = 107+213+205=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD5CD is #942A32. Grayscale: #B4B4B4. Windows color (decimal): -9710131 or 13489515. OLE color: 13489515.

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

Color convert

RGB107213205-
CMYK0.5000.040.16
HSL175.47º55.79%62.75%-
HSV(B)175.47º49.77%83.53%-
XYZ40.8855.1266.24-
YUV180.39141.8875.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.38%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=20.38%
G=40.57%
B=39.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072132050.5000.040.16175.4755.7962.75
Hex6BD5CD320410af383f
Octal1533253156204202577077
Binary1101011110101011100110111001001001000010101111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,213,205); }

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

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

 a { background-color: rgb(107,213,205); }

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

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

 span { border-color: rgb(107,213,205); }

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