Html Css Color HEX #6CDEC3 Downy

📋 copy color: '#6CDEC3'

red 108 ◦ green 222 ◦ blue 195

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

Shades of Downy #6CDEC3

Tints of Downy #6CDEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.29%

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 20.57%
G = 42.29%
B = 37.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#6CDEC3 (or 0x6CDEC3) is known color: Downy. HEX triplet: 6C, DE and C3. RGB value is (108,222,195). Sum of RGB (Red+Green+Blue) = 108+222+195=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEC3 is #93213C. Grayscale: #B8B8B8. Windows color (decimal): -9642301 or 12836460. OLE color: 12836460.

HSL color Cylindrical-coordinate representation of color #6CDEC3: hue angle of 165.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDEC3 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 222 195 -
CMYK 0.51 0 0.12 0.13
HSL 165.79º 0.63% 0.65% -
HSV(B) 165.79º 0.51% 0.87% -
XYZ 42.16 59.37 60.87 -
YUV 184.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 108 222 195 0.51 0 0.12 0.13 165.79 0.63 0.65
Hex 6C DE C3 33 0 C D A6 3F 41
Octal 154 336 303 63 0 14 15 246 77 101
Binary 1101100 11011110 11000011 110011 0 1100 1101 10100110 111111 1000001

Color Harmonies of #6CDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDEC3

Black with #6CDEC3

Text Example


Text Example

White with #6CDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,222,195); }

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

background-color css

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

 a { background-color: rgb(108,222,195); }

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

border-color css

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

 span { border-color: rgb(108,222,195); }

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