Html Css Color HEX #6CDBBF Downy

📋 copy color: '#6CDBBF'

red 108 ◦ green 219 ◦ blue 191

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

Shades of Downy #6CDBBF

Tints of Downy #6CDBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 20.85%
G = 42.28%
B = 36.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#6CDBBF (or 0x6CDBBF) is known color: Downy. HEX triplet: 6C, DB and BF. RGB value is (108,219,191). Sum of RGB (Red+Green+Blue) = 108+219+191=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBBF is #932440. Grayscale: #B6B6B6. Windows color (decimal): -9643073 or 12573548. OLE color: 12573548.

HSL color Cylindrical-coordinate representation of color #6CDBBF: hue angle of 164.86º 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 #6CDBBF is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 219 191 -
CMYK 0.51 0 0.13 0.14
HSL 164.86º 0.61% 0.64% -
HSV(B) 164.86º 0.51% 0.86% -
XYZ 40.92 57.61 58.25 -
YUV 182.62 132.73 74.78 -
System Red Green Blue C M Y K H S L
Decimal 108 219 191 0.51 0 0.13 0.14 164.86 0.61 0.64
Hex 6C DB BF 33 0 D E A5 3D 40
Octal 154 333 277 63 0 15 16 245 75 100
Binary 1101100 11011011 10111111 110011 0 1101 1110 10100101 111101 1000000

Color Harmonies of #6CDBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBBF

Black with #6CDBBF

Text Example


Text Example

White with #6CDBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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