Html Css Color HEX #6CDBD1 Downy

📋 copy color: '#6CDBD1'

red 108 ◦ green 219 ◦ blue 209

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

Shades of Downy #6CDBD1

Tints of Downy #6CDBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 20.15%
G = 40.86%
B = 38.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#6CDBD1 (or 0x6CDBD1) is known color: Downy. HEX triplet: 6C, DB and D1. RGB value is (108,219,209). Sum of RGB (Red+Green+Blue) = 108+219+209=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBD1 is #93242E. Grayscale: #B8B8B8. Windows color (decimal): -9643055 or 13753196. OLE color: 13753196.

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

Color convert

RGB 108 219 209 -
CMYK 0.51 0 0.05 0.14
HSL 174.59º 0.61% 0.64% -
HSV(B) 174.59º 0.51% 0.86% -
XYZ 43.02 58.45 69.34 -
YUV 184.67 141.73 73.31 -
System Red Green Blue C M Y K H S L
Decimal 108 219 209 0.51 0 0.05 0.14 174.59 0.61 0.64
Hex 6C DB D1 33 0 5 E AF 3D 40
Octal 154 333 321 63 0 5 16 257 75 100
Binary 1101100 11011011 11010001 110011 0 101 1110 10101111 111101 1000000

Color Harmonies of #6CDBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBD1

Black with #6CDBD1

Text Example


Text Example

White with #6CDBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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