Html Css Color HEX #6BEAC5 Downy

📋 copy color: '#6BEAC5'

red 107 ◦ green 234 ◦ blue 197

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

Shades of Downy #6BEAC5

Tints of Downy #6BEAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.62%

R = 19.89%
G = 43.49%
B = 36.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#6BEAC5 (or 0x6BEAC5) is known color: Downy. HEX triplet: 6B, EA and C5. RGB value is (107,234,197). Sum of RGB (Red+Green+Blue) = 107+234+197=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEAC5 is #94153A. Grayscale: #BFBFBF. Windows color (decimal): -9704763 or 12970603. OLE color: 12970603.

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

Color convert

RGB 107 234 197 -
CMYK 0.54 0 0.16 0.08
HSL 162.52º 0.75% 0.67% -
HSV(B) 162.52º 0.54% 0.92% -
XYZ 45.56 66 63.16 -
YUV 191.81 130.92 67.51 -
System Red Green Blue C M Y K H S L
Decimal 107 234 197 0.54 0 0.16 0.08 162.52 0.75 0.67
Hex 6B EA C5 36 0 10 8 A3 4B 43
Octal 153 352 305 66 0 20 10 243 113 103
Binary 1101011 11101010 11000101 110110 0 10000 1000 10100011 1001011 1000011

Color Harmonies of #6BEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEAC5

Black with #6BEAC5

Text Example


Text Example

White with #6BEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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