Html Css Color HEX #6BE8D1 Downy

📋 copy color: '#6BE8D1'

red 107 ◦ green 232 ◦ blue 209

#6BE8D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6BE8D1

Tints of Downy #6BE8D1

RGB

 RED value IS 107 (42.19% from 255) = 19.53%

 GREEN value IS 232 (91.02% from 255) = 42.34%

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 19.53%
G = 42.34%
B = 38.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#6BE8D1 (or 0x6BE8D1) is known color: Downy. HEX triplet: 6B, E8 and D1. RGB value is (107,232,209). Sum of RGB (Red+Green+Blue) = 107+232+209=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8D1 is #94172E. Grayscale: #BFBFBF. Windows color (decimal): -9705263 or 13756523. OLE color: 13756523.

HSL color Cylindrical-coordinate representation of color #6BE8D1: hue angle of 168.96º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8D1 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 232 209 -
CMYK 0.54 0 0.10 0.09
HSL 168.96º 0.73% 0.66% -
HSV(B) 168.96º 0.54% 0.91% -
XYZ 46.43 65.44 70.51 -
YUV 192 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 107 232 209 0.54 0 0.10 0.09 168.96 0.73 0.66
Hex 6B E8 D1 36 0 A 9 A9 49 42
Octal 153 350 321 66 0 12 11 251 111 102
Binary 1101011 11101000 11010001 110110 0 1010 1001 10101001 1001001 1000010

Color Harmonies of #6BE8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE8D1

Black with #6BE8D1

Text Example


Text Example

White with #6BE8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,232,209); }

 H1.HeaderClassName
 {
   color: #6BE8D1;
 }
 .AnyTagClassName
 {
   color: #6BE8D1;
 }
</style>

background-color css

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

 a { background-color: rgb(107,232,209); }

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

border-color css

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

 span { border-color: rgb(107,232,209); }

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