Html Css Color HEX #6ADFBB Downy

📋 copy color: '#6ADFBB'

red 106 ◦ green 223 ◦ blue 187

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

Shades of Downy #6ADFBB

Tints of Downy #6ADFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 20.54%
G = 43.22%
B = 36.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#6ADFBB (or 0x6ADFBB) is known color: Downy. HEX triplet: 6A, DF and BB. RGB value is (106,223,187). Sum of RGB (Red+Green+Blue) = 106+223+187=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFBB is #952044. Grayscale: #B7B7B7. Windows color (decimal): -9773125 or 12312426. OLE color: 12312426.

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

Color convert

RGB 106 223 187 -
CMYK 0.52 0 0.16 0.13
HSL 161.54º 0.65% 0.65% -
HSV(B) 161.54º 0.52% 0.87% -
XYZ 41.3 59.43 56.31 -
YUV 183.91 129.74 72.43 -
System Red Green Blue C M Y K H S L
Decimal 106 223 187 0.52 0 0.16 0.13 161.54 0.65 0.65
Hex 6A DF BB 34 0 10 D A2 41 41
Octal 152 337 273 64 0 20 15 242 101 101
Binary 1101010 11011111 10111011 110100 0 10000 1101 10100010 1000001 1000001

Color Harmonies of #6ADFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFBB

Black with #6ADFBB

Text Example


Text Example

White with #6ADFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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