Html Css Color HEX #6BDACA Downy

📋 copy color: '#6BDACA'

red 107 ◦ green 218 ◦ blue 202

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

Shades of Downy #6BDACA

Tints of Downy #6BDACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 20.3%
G = 41.37%
B = 38.33%

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

#6BDACA (or 0x6BDACA) is known color: Downy. HEX triplet: 6B, DA and CA. RGB value is (107,218,202). Sum of RGB (Red+Green+Blue) = 107+218+202=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDACA is #942535. Grayscale: #B6B6B6. Windows color (decimal): -9708854 or 13294187. OLE color: 13294187.

HSL color Cylindrical-coordinate representation of color #6BDACA: hue angle of 171.35º 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 #6BDACA is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 218 202 -
CMYK 0.51 0 0.07 0.15
HSL 171.35º 0.6% 0.64% -
HSV(B) 171.35º 0.51% 0.85% -
XYZ 41.8 57.53 64.78 -
YUV 182.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 107 218 202 0.51 0 0.07 0.15 171.35 0.6 0.64
Hex 6B DA CA 33 0 7 F AB 3C 40
Octal 153 332 312 63 0 7 17 253 74 100
Binary 1101011 11011010 11001010 110011 0 111 1111 10101011 111100 1000000

Color Harmonies of #6BDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDACA

Black with #6BDACA

Text Example


Text Example

White with #6BDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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