#6CC4BE

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

Shades of Downy #6CC4BE

Tints of Downy #6CC4BE

Color information

#6CC4BE (or 0x6CC4BE) is unknown color: approx Downy. HEX triplet: 6C, C4 and BE. RGB value is (108,196,190). Sum of RGB (Red+Green+Blue) = 108+196+190=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC4BE is #933B41. Grayscale: #A8A8A8. Windows color (decimal): -9648962 or 12502124. OLE color: 12502124.

HSL color Cylindrical-coordinate representation of color #6CC4BE: hue angle of 175.91º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC4BE is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB108196190-
CMYK0.4500.030.23
HSL175.91º42.72%59.61%-
HSV(B)175.91º44.9%76.86%-
XYZ35.2246.3955.81-
YUV169139.8584.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.86%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=21.86%
G=39.68%
B=38.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1081961900.4500.030.23175.9142.7259.61
Hex6CC4BE2D0317b02b3c
Octal1543042765503272605374
Binary110110011000100101111101011010111011110110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,196,190); }

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

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

 a { background-color: rgb(108,196,190); }

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

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

 span { border-color: rgb(108,196,190); }

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