Html Css Color HEX #6CDBC5 Downy

📋 copy color: '#6CDBC5'

red 108 ◦ green 219 ◦ blue 197

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

Shades of Downy #6CDBC5

Tints of Downy #6CDBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 20.61%
G = 41.79%
B = 37.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#6CDBC5 (or 0x6CDBC5) is known color: Downy. HEX triplet: 6C, DB and C5. RGB value is (108,219,197). Sum of RGB (Red+Green+Blue) = 108+219+197=524 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.61% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBC5 is #93243A. Grayscale: #B7B7B7. Windows color (decimal): -9643067 or 12966764. OLE color: 12966764.

HSL color Cylindrical-coordinate representation of color #6CDBC5: hue angle of 168.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBC5 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 219 197 -
CMYK 0.51 0 0.10 0.14
HSL 168.11º 0.61% 0.64% -
HSV(B) 168.11º 0.51% 0.86% -
XYZ 41.59 57.88 61.8 -
YUV 183.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 108 219 197 0.51 0 0.10 0.14 168.11 0.61 0.64
Hex 6C DB C5 33 0 A E A8 3D 40
Octal 154 333 305 63 0 12 16 250 75 100
Binary 1101100 11011011 11000101 110011 0 1010 1110 10101000 111101 1000000

Color Harmonies of #6CDBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBC5

Black with #6CDBC5

Text Example


Text Example

White with #6CDBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,219,197); }

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

background-color css

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

 a { background-color: rgb(108,219,197); }

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

border-color css

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

 span { border-color: rgb(108,219,197); }

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