Html Css Color HEX #6CCBC0 Downy

📋 copy color: '#6CCBC0'

red 108 ◦ green 203 ◦ blue 192

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

Shades of Downy #6CCBC0

Tints of Downy #6CCBC0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.36%

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 21.47%
G = 40.36%
B = 38.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#6CCBC0 (or 0x6CCBC0) is known color: Downy. HEX triplet: 6C, CB and C0. RGB value is (108,203,192). Sum of RGB (Red+Green+Blue) = 108+203+192=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBC0 is #93343F. Grayscale: #ADADAD. Windows color (decimal): -9647168 or 12634988. OLE color: 12634988.

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

Color convert

RGB 108 203 192 -
CMYK 0.47 0 0.05 0.20
HSL 173.05º 0.48% 0.61% -
HSV(B) 173.05º 0.47% 0.8% -
XYZ 37.05 49.71 57.51 -
YUV 173.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 108 203 192 0.47 0 0.05 0.20 173.05 0.48 0.61
Hex 6C CB C0 2F 0 5 14 AD 30 3D
Octal 154 313 300 57 0 5 24 255 60 75
Binary 1101100 11001011 11000000 101111 0 101 10100 10101101 110000 111101

Color Harmonies of #6CCBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBC0

Black with #6CCBC0

Text Example


Text Example

White with #6CCBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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