Html Css Color HEX #6ACEC9 Downy

📋 copy color: '#6ACEC9'

red 106 ◦ green 206 ◦ blue 201

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

Shades of Downy #6ACEC9

Tints of Downy #6ACEC9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

 BLUE value IS 201 (78.91% from 255) = 39.18%

R = 20.66%
G = 40.16%
B = 39.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#6ACEC9 (or 0x6ACEC9) is known color: Downy. HEX triplet: 6A, CE and C9. RGB value is (106,206,201). Sum of RGB (Red+Green+Blue) = 106+206+201=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEC9 is #953136. Grayscale: #AFAFAF. Windows color (decimal): -9777463 or 13225578. OLE color: 13225578.

HSL color Cylindrical-coordinate representation of color #6ACEC9: hue angle of 177º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACEC9 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 206 201 -
CMYK 0.49 0 0.02 0.19
HSL 177º 0.51% 0.61% -
HSV(B) 177º 0.49% 0.81% -
XYZ 38.56 51.42 63.15 -
YUV 175.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 106 206 201 0.49 0 0.02 0.19 177 0.51 0.61
Hex 6A CE C9 31 0 2 13 B1 33 3D
Octal 152 316 311 61 0 2 23 261 63 75
Binary 1101010 11001110 11001001 110001 0 10 10011 10110001 110011 111101

Color Harmonies of #6ACEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEC9

Black with #6ACEC9

Text Example


Text Example

White with #6ACEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,206,201); }

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

background-color css

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

 a { background-color: rgb(106,206,201); }

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

border-color css

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

 span { border-color: rgb(106,206,201); }

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