Html Css Color HEX #6ADFCB Downy

📋 copy color: '#6ADFCB'

red 106 ◦ green 223 ◦ blue 203

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

Shades of Downy #6ADFCB

Tints of Downy #6ADFCB

RGB

 RED value IS 106 (41.8% from 255) = 19.92%

 GREEN value IS 223 (87.5% from 255) = 41.92%

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

R = 19.92%
G = 41.92%
B = 38.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#6ADFCB (or 0x6ADFCB) is known color: Downy. HEX triplet: 6A, DF and CB. RGB value is (106,223,203). Sum of RGB (Red+Green+Blue) = 106+223+203=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFCB is #952034. Grayscale: #B9B9B9. Windows color (decimal): -9773109 or 13361002. OLE color: 13361002.

HSL color Cylindrical-coordinate representation of color #6ADFCB: hue angle of 169.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADFCB is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 223 203 -
CMYK 0.52 0 0.09 0.13
HSL 169.74º 0.65% 0.65% -
HSV(B) 169.74º 0.52% 0.87% -
XYZ 43.11 60.15 65.84 -
YUV 185.74 137.74 71.13 -
System Red Green Blue C M Y K H S L
Decimal 106 223 203 0.52 0 0.09 0.13 169.74 0.65 0.65
Hex 6A DF CB 34 0 9 D AA 41 41
Octal 152 337 313 64 0 11 15 252 101 101
Binary 1101010 11011111 11001011 110100 0 1001 1101 10101010 1000001 1000001

Color Harmonies of #6ADFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFCB

Black with #6ADFCB

Text Example


Text Example

White with #6ADFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,223,203); }

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

background-color css

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

 a { background-color: rgb(106,223,203); }

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

border-color css

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

 span { border-color: rgb(106,223,203); }

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