Html Css Color HEX #6BEACB Downy

📋 copy color: '#6BEACB'

red 107 ◦ green 234 ◦ blue 203

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

Shades of Downy #6BEACB

Tints of Downy #6BEACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 19.67%
G = 43.01%
B = 37.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#6BEACB (or 0x6BEACB) is known color: Downy. HEX triplet: 6B, EA and CB. RGB value is (107,234,203). Sum of RGB (Red+Green+Blue) = 107+234+203=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEACB is #941534. Grayscale: #C0C0C0. Windows color (decimal): -9704757 or 13363819. OLE color: 13363819.

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

Color convert

RGB 107 234 203 -
CMYK 0.54 0 0.13 0.08
HSL 165.35º 0.75% 0.67% -
HSV(B) 165.35º 0.54% 0.92% -
XYZ 46.27 66.28 66.86 -
YUV 192.49 133.92 67.02 -
System Red Green Blue C M Y K H S L
Decimal 107 234 203 0.54 0 0.13 0.08 165.35 0.75 0.67
Hex 6B EA CB 36 0 D 8 A5 4B 43
Octal 153 352 313 66 0 15 10 245 113 103
Binary 1101011 11101010 11001011 110110 0 1101 1000 10100101 1001011 1000011

Color Harmonies of #6BEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEACB

Black with #6BEACB

Text Example


Text Example

White with #6BEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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