Html Css Color HEX #6CCDCA Downy

📋 copy color: '#6CCDCA'

red 108 ◦ green 205 ◦ blue 202

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

Shades of Downy #6CCDCA

Tints of Downy #6CCDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.22%

R = 20.97%
G = 39.81%
B = 39.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6CCDCA (or 0x6CCDCA) is known color: Downy. HEX triplet: 6C, CD and CA. RGB value is (108,205,202). Sum of RGB (Red+Green+Blue) = 108+205+202=515 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.97% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDCA is #933235. Grayscale: #AFAFAF. Windows color (decimal): -9646646 or 13290860. OLE color: 13290860.

HSL color Cylindrical-coordinate representation of color #6CCDCA: hue angle of 178.14º 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 #6CCDCA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 202 -
CMYK 0.47 0 0.01 0.20
HSL 178.14º 0.49% 0.61% -
HSV(B) 178.14º 0.47% 0.8% -
XYZ 38.68 51.12 63.7 -
YUV 175.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 108 205 202 0.47 0 0.01 0.20 178.14 0.49 0.61
Hex 6C CD CA 2F 0 1 14 B2 31 3D
Octal 154 315 312 57 0 1 24 262 61 75
Binary 1101100 11001101 11001010 101111 0 1 10100 10110010 110001 111101

Color Harmonies of #6CCDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDCA

Black with #6CCDCA

Text Example


Text Example

White with #6CCDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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