Html Css Color HEX #6CDBBA Downy

📋 copy color: '#6CDBBA'

red 108 ◦ green 219 ◦ blue 186

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

Shades of Downy #6CDBBA

Tints of Downy #6CDBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 21.05%
G = 42.69%
B = 36.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#6CDBBA (or 0x6CDBBA) is known color: Downy. HEX triplet: 6C, DB and BA. RGB value is (108,219,186). Sum of RGB (Red+Green+Blue) = 108+219+186=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBBA is #932445. Grayscale: #B6B6B6. Windows color (decimal): -9643078 or 12245868. OLE color: 12245868.

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

Color convert

RGB 108 219 186 -
CMYK 0.51 0 0.15 0.14
HSL 162.16º 0.61% 0.64% -
HSV(B) 162.16º 0.51% 0.86% -
XYZ 40.38 57.4 55.4 -
YUV 182.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 108 219 186 0.51 0 0.15 0.14 162.16 0.61 0.64
Hex 6C DB BA 33 0 F E A2 3D 40
Octal 154 333 272 63 0 17 16 242 75 100
Binary 1101100 11011011 10111010 110011 0 1111 1110 10100010 111101 1000000

Color Harmonies of #6CDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBBA

Black with #6CDBBA

Text Example


Text Example

White with #6CDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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