#6BD2B8

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

Shades of Downy #6BD2B8

Tints of Downy #6BD2B8

Color information

#6BD2B8 (or 0x6BD2B8) is unknown color: approx Downy. HEX triplet: 6B, D2 and B8. RGB value is (107,210,184). Sum of RGB (Red+Green+Blue) = 107+210+184=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2B8 is #942D47. Grayscale: #B0B0B0. Windows color (decimal): -9710920 or 12112491. OLE color: 12112491.

HSL color Cylindrical-coordinate representation of color #6BD2B8: hue angle of 164.85º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD2B8 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB107210184-
CMYK0.4900.120.18
HSL164.85º53.37%62.16%-
HSV(B)164.85º49.05%82.35%-
XYZ37.7652.6853.53-
YUV176.24132.3878.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.36%
GREEN value IS 210 (82.42% from 255) = 41.92%
BLUE value IS 184 (72.27% from 255) = 36.73%
R=21.36%
G=41.92%
B=36.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072101840.4900.120.18164.8553.3762.16
Hex6BD2B8310C12a5353e
Octal15332227061014222456576
Binary11010111101001010111000110001011001001010100101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,210,184); }

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

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

 a { background-color: rgb(107,210,184); }

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

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

 span { border-color: rgb(107,210,184); }

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