#6BCCC1

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

Shades of Downy #6BCCC1

Tints of Downy #6BCCC1

Color information

#6BCCC1 (or 0x6BCCC1) is unknown color: approx Downy. HEX triplet: 6B, CC and C1. RGB value is (107,204,193). Sum of RGB (Red+Green+Blue) = 107+204+193=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCC1 is #94333E. Grayscale: #ADADAD. Windows color (decimal): -9712447 or 12700779. OLE color: 12700779.

HSL color Cylindrical-coordinate representation of color #6BCCC1: hue angle of 173.2º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCC1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB107204193-
CMYK0.4800.050.2
HSL173.2º48.74%60.98%-
HSV(B)173.2º47.55%80%-
XYZ37.2850.1658.17-
YUV173.74138.8680.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.23%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=21.23%
G=40.48%
B=38.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1072041930.4800.050.2173.248.7460.98
Hex6BCCC1300514ad313d
Octal1533143016005242556175
Binary1101011110011001100000111000001011010010101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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