Html Css Color HEX #6BDACB Downy

📋 copy color: '#6BDACB'

red 107 ◦ green 218 ◦ blue 203

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

Shades of Downy #6BDACB

Tints of Downy #6BDACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

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

R = 20.27%
G = 41.29%
B = 38.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#6BDACB (or 0x6BDACB) is known color: Downy. HEX triplet: 6B, DA and CB. RGB value is (107,218,203). Sum of RGB (Red+Green+Blue) = 107+218+203=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDACB is #942534. Grayscale: #B7B7B7. Windows color (decimal): -9708853 or 13359723. OLE color: 13359723.

HSL color Cylindrical-coordinate representation of color #6BDACB: hue angle of 171.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDACB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 218 203 -
CMYK 0.51 0 0.07 0.15
HSL 171.89º 0.6% 0.64% -
HSV(B) 171.89º 0.51% 0.85% -
XYZ 41.91 57.58 65.4 -
YUV 183.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 107 218 203 0.51 0 0.07 0.15 171.89 0.6 0.64
Hex 6B DA CB 33 0 7 F AC 3C 40
Octal 153 332 313 63 0 7 17 254 74 100
Binary 1101011 11011010 11001011 110011 0 111 1111 10101100 111100 1000000

Color Harmonies of #6BDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDACB

Black with #6BDACB

Text Example


Text Example

White with #6BDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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