Html Css Color HEX #6BCDB9 Downy

📋 copy color: '#6BCDB9'

red 107 ◦ green 205 ◦ blue 185

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

Shades of Downy #6BCDB9

Tints of Downy #6BCDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 21.53%
G = 41.25%
B = 37.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#6BCDB9 (or 0x6BCDB9) is known color: Downy. HEX triplet: 6B, CD and B9. RGB value is (107,205,185). Sum of RGB (Red+Green+Blue) = 107+205+185=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDB9 is #943246. Grayscale: #ADADAD. Windows color (decimal): -9712199 or 12176747. OLE color: 12176747.

HSL color Cylindrical-coordinate representation of color #6BCDB9: hue angle of 167.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCDB9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 205 185 -
CMYK 0.48 0 0.10 0.20
HSL 167.76º 0.49% 0.61% -
HSV(B) 167.76º 0.48% 0.8% -
XYZ 36.65 50.29 53.67 -
YUV 173.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 107 205 185 0.48 0 0.10 0.20 167.76 0.49 0.61
Hex 6B CD B9 30 0 A 14 A8 31 3D
Octal 153 315 271 60 0 12 24 250 61 75
Binary 1101011 11001101 10111001 110000 0 1010 10100 10101000 110001 111101

Color Harmonies of #6BCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDB9

Black with #6BCDB9

Text Example


Text Example

White with #6BCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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