#6BEBBE

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

Shades of Downy #6BEBBE

Tints of Downy #6BEBBE

Color information

#6BEBBE (or 0x6BEBBE) is unknown color: approx Downy. HEX triplet: 6B, EB and BE. RGB value is (107,235,190). Sum of RGB (Red+Green+Blue) = 107+235+190=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBBE is #941441. Grayscale: #BFBFBF. Windows color (decimal): -9704514 or 12512107. OLE color: 12512107.

HSL color Cylindrical-coordinate representation of color #6BEBBE: hue angle of 158.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBBE is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB107235190-
CMYK0.5400.190.08
HSL158.91º76.19%67.06%-
HSV(B)158.91º54.47%92.16%-
XYZ45.0766.2659.13-
YUV191.6127.0967.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.11%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=20.11%
G=44.17%
B=35.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072351900.5400.190.08158.9176.1967.06
Hex6BEBBE3601389f4c43
Octal1533532766602310237114103
Binary1101011111010111011111011011001001110001001111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,235,190); }

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

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

 a { background-color: rgb(107,235,190); }

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

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

 span { border-color: rgb(107,235,190); }

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