Html Css Color HEX #6CD7BD Downy

📋 copy color: '#6CD7BD'

red 108 ◦ green 215 ◦ blue 189

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

Shades of Downy #6CD7BD

Tints of Downy #6CD7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 21.09%
G = 41.99%
B = 36.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#6CD7BD (or 0x6CD7BD) is known color: Downy. HEX triplet: 6C, D7 and BD. RGB value is (108,215,189). Sum of RGB (Red+Green+Blue) = 108+215+189=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #6CD7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD7BD is #932842. Grayscale: #B4B4B4. Windows color (decimal): -9644099 or 12441452. OLE color: 12441452.

HSL color Cylindrical-coordinate representation of color #6CD7BD: hue angle of 165.42º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD7BD is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 108 215 189 -
CMYK 0.50 0 0.12 0.16
HSL 165.42º 0.57% 0.63% -
HSV(B) 165.42º 0.5% 0.84% -
XYZ 39.67 55.46 56.76 -
YUV 180.04 133.05 76.61 -
System Red Green Blue C M Y K H S L
Decimal 108 215 189 0.50 0 0.12 0.16 165.42 0.57 0.63
Hex 6C D7 BD 32 0 C 10 A5 39 3F
Octal 154 327 275 62 0 14 20 245 71 77
Binary 1101100 11010111 10111101 110010 0 1100 10000 10100101 111001 111111

Color Harmonies of #6CD7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD7BD

Black with #6CD7BD

Text Example


Text Example

White with #6CD7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,215,189); }

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

background-color css

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

 a { background-color: rgb(108,215,189); }

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

border-color css

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

 span { border-color: rgb(108,215,189); }

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