Html Css Color HEX #6BDACD Downy

📋 copy color: '#6BDACD'

red 107 ◦ green 218 ◦ blue 205

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

Shades of Downy #6BDACD

Tints of Downy #6BDACD

RGB

 RED value IS 107 (42.19% from 255) = 20.19%

 GREEN value IS 218 (85.55% from 255) = 41.13%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 20.19%
G = 41.13%
B = 38.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#6BDACD (or 0x6BDACD) is known color: Downy. HEX triplet: 6B, DA and CD. RGB value is (107,218,205). Sum of RGB (Red+Green+Blue) = 107+218+205=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDACD is #942532. Grayscale: #B7B7B7. Windows color (decimal): -9708851 or 13490795. OLE color: 13490795.

HSL color Cylindrical-coordinate representation of color #6BDACD: hue angle of 172.97º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDACD is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 218 205 -
CMYK 0.51 0 0.06 0.15
HSL 172.97º 0.6% 0.64% -
HSV(B) 172.97º 0.51% 0.85% -
XYZ 42.15 57.68 66.67 -
YUV 183.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 107 218 205 0.51 0 0.06 0.15 172.97 0.6 0.64
Hex 6B DA CD 33 0 6 F AD 3C 40
Octal 153 332 315 63 0 6 17 255 74 100
Binary 1101011 11011010 11001101 110011 0 110 1111 10101101 111100 1000000

Color Harmonies of #6BDACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDACD

Black with #6BDACD

Text Example


Text Example

White with #6BDACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,218,205); }

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

background-color css

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

 a { background-color: rgb(107,218,205); }

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

border-color css

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

 span { border-color: rgb(107,218,205); }

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