Html Css Color HEX #6CCAB8 Downy

📋 copy color: '#6CCAB8'

red 108 ◦ green 202 ◦ blue 184

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

Shades of Downy #6CCAB8

Tints of Downy #6CCAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.25%

R = 21.86%
G = 40.89%
B = 37.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#6CCAB8 (or 0x6CCAB8) is known color: Downy. HEX triplet: 6C, CA and B8. RGB value is (108,202,184). Sum of RGB (Red+Green+Blue) = 108+202+184=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAB8 is #933547. Grayscale: #ABABAB. Windows color (decimal): -9647432 or 12110444. OLE color: 12110444.

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

Color convert

RGB 108 202 184 -
CMYK 0.47 0 0.09 0.21
HSL 168.51º 0.47% 0.61% -
HSV(B) 168.51º 0.47% 0.79% -
XYZ 35.96 48.89 52.89 -
YUV 171.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 108 202 184 0.47 0 0.09 0.21 168.51 0.47 0.61
Hex 6C CA B8 2F 0 9 15 A9 2F 3D
Octal 154 312 270 57 0 11 25 251 57 75
Binary 1101100 11001010 10111000 101111 0 1001 10101 10101001 101111 111101

Color Harmonies of #6CCAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCAB8

Black with #6CCAB8

Text Example


Text Example

White with #6CCAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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