Html Css Color HEX #6ADFD3 Downy

📋 copy color: '#6ADFD3'

red 106 ◦ green 223 ◦ blue 211

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

Shades of Downy #6ADFD3

Tints of Downy #6ADFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 19.63%
G = 41.3%
B = 39.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#6ADFD3 (or 0x6ADFD3) is known color: Downy. HEX triplet: 6A, DF and D3. RGB value is (106,223,211). Sum of RGB (Red+Green+Blue) = 106+223+211=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFD3 is #95202C. Grayscale: #BABABA. Windows color (decimal): -9773101 or 13885290. OLE color: 13885290.

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

Color convert

RGB 106 223 211 -
CMYK 0.52 0 0.05 0.13
HSL 173.85º 0.65% 0.65% -
HSV(B) 173.85º 0.52% 0.87% -
XYZ 44.09 60.54 70.99 -
YUV 186.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 106 223 211 0.52 0 0.05 0.13 173.85 0.65 0.65
Hex 6A DF D3 34 0 5 D AE 41 41
Octal 152 337 323 64 0 5 15 256 101 101
Binary 1101010 11011111 11010011 110100 0 101 1101 10101110 1000001 1000001

Color Harmonies of #6ADFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFD3

Black with #6ADFD3

Text Example


Text Example

White with #6ADFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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