Html Css Color HEX #6CDCD0 Downy

📋 copy color: '#6CDCD0'

red 108 ◦ green 220 ◦ blue 208

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

Shades of Downy #6CDCD0

Tints of Downy #6CDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 20.15%
G = 41.04%
B = 38.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#6CDCD0 (or 0x6CDCD0) is known color: Downy. HEX triplet: 6C, DC and D0. RGB value is (108,220,208). Sum of RGB (Red+Green+Blue) = 108+220+208=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCD0 is #93232F. Grayscale: #B9B9B9. Windows color (decimal): -9642800 or 13687916. OLE color: 13687916.

HSL color Cylindrical-coordinate representation of color #6CDCD0: hue angle of 173.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCD0 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 220 208 -
CMYK 0.51 0 0.05 0.14
HSL 173.57º 0.62% 0.64% -
HSV(B) 173.57º 0.51% 0.86% -
XYZ 43.16 58.93 68.77 -
YUV 185.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 108 220 208 0.51 0 0.05 0.14 173.57 0.62 0.64
Hex 6C DC D0 33 0 5 E AE 3E 40
Octal 154 334 320 63 0 5 16 256 76 100
Binary 1101100 11011100 11010000 110011 0 101 1110 10101110 111110 1000000

Color Harmonies of #6CDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDCD0

Black with #6CDCD0

Text Example


Text Example

White with #6CDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,220,208); }

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

background-color css

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

 a { background-color: rgb(108,220,208); }

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

border-color css

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

 span { border-color: rgb(108,220,208); }

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