Html Css Color HEX #6CDACD Downy

📋 copy color: '#6CDACD'

red 108 ◦ green 218 ◦ blue 205

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

Shades of Downy #6CDACD

Tints of Downy #6CDACD

RGB

 RED value IS 108 (42.58% from 255) = 20.34%

 GREEN value IS 218 (85.55% from 255) = 41.05%

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

R = 20.34%
G = 41.05%
B = 38.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#6CDACD (or 0x6CDACD) is known color: Downy. HEX triplet: 6C, DA and CD. RGB value is (108,218,205). Sum of RGB (Red+Green+Blue) = 108+218+205=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDACD is #932532. Grayscale: #B7B7B7. Windows color (decimal): -9643315 or 13490796. OLE color: 13490796.

HSL color Cylindrical-coordinate representation of color #6CDACD: hue angle of 172.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDACD is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 218 205 -
CMYK 0.50 0 0.06 0.15
HSL 172.91º 0.6% 0.64% -
HSV(B) 172.91º 0.5% 0.85% -
XYZ 42.28 57.74 66.67 -
YUV 183.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 108 218 205 0.50 0 0.06 0.15 172.91 0.6 0.64
Hex 6C DA CD 32 0 6 F AD 3C 40
Octal 154 332 315 62 0 6 17 255 74 100
Binary 1101100 11011010 11001101 110010 0 110 1111 10101101 111100 1000000

Color Harmonies of #6CDACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDACD

Black with #6CDACD

Text Example


Text Example

White with #6CDACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,218,205); }

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

background-color css

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

 a { background-color: rgb(108,218,205); }

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

border-color css

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

 span { border-color: rgb(108,218,205); }

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