Html Css Color HEX #6CCDCB Downy

📋 copy color: '#6CCDCB'

red 108 ◦ green 205 ◦ blue 203

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

Shades of Downy #6CCDCB

Tints of Downy #6CCDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 20.93%
G = 39.73%
B = 39.34%

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

#6CCDCB (or 0x6CCDCB) is known color: Downy. HEX triplet: 6C, CD and CB. RGB value is (108,205,203). Sum of RGB (Red+Green+Blue) = 108+205+203=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDCB is #933234. Grayscale: #AFAFAF. Windows color (decimal): -9646645 or 13356396. OLE color: 13356396.

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

Color convert

RGB 108 205 203 -
CMYK 0.47 0 0.01 0.20
HSL 178.76º 0.49% 0.61% -
HSV(B) 178.76º 0.47% 0.8% -
XYZ 38.8 51.16 64.33 -
YUV 175.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 108 205 203 0.47 0 0.01 0.20 178.76 0.49 0.61
Hex 6C CD CB 2F 0 1 14 B3 31 3D
Octal 154 315 313 57 0 1 24 263 61 75
Binary 1101100 11001101 11001011 101111 0 1 10100 10110011 110001 111101

Color Harmonies of #6CCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDCB

Black with #6CCDCB

Text Example


Text Example

White with #6CCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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