Html Css Color HEX #6CCAB5 Downy

📋 copy color: '#6CCAB5'

red 108 ◦ green 202 ◦ blue 181

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

Shades of Downy #6CCAB5

Tints of Downy #6CCAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 22%
G = 41.14%
B = 36.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#6CCAB5 (or 0x6CCAB5) is known color: Downy. HEX triplet: 6C, CA and B5. RGB value is (108,202,181). Sum of RGB (Red+Green+Blue) = 108+202+181=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAB5 is #93354A. Grayscale: #ABABAB. Windows color (decimal): -9647435 or 11913836. OLE color: 11913836.

HSL color Cylindrical-coordinate representation of color #6CCAB5: hue angle of 166.6º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCAB5 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 202 181 -
CMYK 0.47 0 0.10 0.21
HSL 166.6º 0.47% 0.61% -
HSV(B) 166.6º 0.47% 0.79% -
XYZ 35.65 48.77 51.25 -
YUV 171.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 108 202 181 0.47 0 0.10 0.21 166.6 0.47 0.61
Hex 6C CA B5 2F 0 A 15 A7 2F 3D
Octal 154 312 265 57 0 12 25 247 57 75
Binary 1101100 11001010 10110101 101111 0 1010 10101 10100111 101111 111101

Color Harmonies of #6CCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCAB5

Black with #6CCAB5

Text Example


Text Example

White with #6CCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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