Html Css Color HEX #6CCDC4 Downy

📋 copy color: '#6CCDC4'

red 108 ◦ green 205 ◦ blue 196

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

Shades of Downy #6CCDC4

Tints of Downy #6CCDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 21.22%
G = 40.28%
B = 38.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#6CCDC4 (or 0x6CCDC4) is known color: Downy. HEX triplet: 6C, CD and C4. RGB value is (108,205,196). Sum of RGB (Red+Green+Blue) = 108+205+196=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDC4 is #93323B. Grayscale: #AEAEAE. Windows color (decimal): -9646652 or 12897644. OLE color: 12897644.

HSL color Cylindrical-coordinate representation of color #6CCDC4: hue angle of 174.43º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDC4 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 196 -
CMYK 0.47 0 0.04 0.20
HSL 174.43º 0.49% 0.61% -
HSV(B) 174.43º 0.47% 0.8% -
XYZ 37.98 50.84 60.04 -
YUV 174.97 139.86 80.23 -
System Red Green Blue C M Y K H S L
Decimal 108 205 196 0.47 0 0.04 0.20 174.43 0.49 0.61
Hex 6C CD C4 2F 0 4 14 AE 31 3D
Octal 154 315 304 57 0 4 24 256 61 75
Binary 1101100 11001101 11000100 101111 0 100 10100 10101110 110001 111101

Color Harmonies of #6CCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDC4

Black with #6CCDC4

Text Example


Text Example

White with #6CCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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