Html Css Color HEX #6BEAB5 Downy

📋 copy color: '#6BEAB5'

red 107 ◦ green 234 ◦ blue 181

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

Shades of Downy #6BEAB5

Tints of Downy #6BEAB5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.83%

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 20.5%
G = 44.83%
B = 34.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#6BEAB5 (or 0x6BEAB5) is known color: Downy. HEX triplet: 6B, EA and B5. RGB value is (107,234,181). Sum of RGB (Red+Green+Blue) = 107+234+181=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEAB5 is #94154A. Grayscale: #BEBEBE. Windows color (decimal): -9704779 or 11922027. OLE color: 11922027.

HSL color Cylindrical-coordinate representation of color #6BEAB5: hue angle of 154.96º degrees, saturation: 0.75, 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 #6BEAB5 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 234 181 -
CMYK 0.54 0 0.23 0.08
HSL 154.96º 0.75% 0.67% -
HSV(B) 154.96º 0.54% 0.92% -
XYZ 43.83 65.31 54.01 -
YUV 189.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 107 234 181 0.54 0 0.23 0.08 154.96 0.75 0.67
Hex 6B EA B5 36 0 17 8 9B 4B 43
Octal 153 352 265 66 0 27 10 233 113 103
Binary 1101011 11101010 10110101 110110 0 10111 1000 10011011 1001011 1000011

Color Harmonies of #6BEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEAB5

Black with #6BEAB5

Text Example


Text Example

White with #6BEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,234,181); }

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

background-color css

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

 a { background-color: rgb(107,234,181); }

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

border-color css

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

 span { border-color: rgb(107,234,181); }

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