Html Css Color HEX #6ACECD Downy

📋 copy color: '#6ACECD'

red 106 ◦ green 206 ◦ blue 205

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

Shades of Downy #6ACECD

Tints of Downy #6ACECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 20.5%
G = 39.85%
B = 39.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#6ACECD (or 0x6ACECD) is known color: Downy. HEX triplet: 6A, CE and CD. RGB value is (106,206,205). Sum of RGB (Red+Green+Blue) = 106+206+205=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACECD is #953132. Grayscale: #AFAFAF. Windows color (decimal): -9777459 or 13487722. OLE color: 13487722.

HSL color Cylindrical-coordinate representation of color #6ACECD: hue angle of 179.4º 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 #6ACECD is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 206 205 -
CMYK 0.49 0 0.00 0.19
HSL 179.4º 0.51% 0.61% -
HSV(B) 179.4º 0.49% 0.81% -
XYZ 39.03 51.61 65.66 -
YUV 175.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 106 206 205 0.49 0 0.00 0.19 179.4 0.51 0.61
Hex 6A CE CD 31 0 0 13 B3 33 3D
Octal 152 316 315 61 0 0 23 263 63 75
Binary 1101010 11001110 11001101 110001 0 0 10011 10110011 110011 111101

Color Harmonies of #6ACECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACECD

Black with #6ACECD

Text Example


Text Example

White with #6ACECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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