Html Css Color HEX #6BCDBA Downy

📋 copy color: '#6BCDBA'

red 107 ◦ green 205 ◦ blue 186

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

Shades of Downy #6BCDBA

Tints of Downy #6BCDBA

RGB

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

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

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

R = 21.49%
G = 41.16%
B = 37.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#6BCDBA (or 0x6BCDBA) is known color: Downy. HEX triplet: 6B, CD and BA. RGB value is (107,205,186). Sum of RGB (Red+Green+Blue) = 107+205+186=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDBA is #943245. Grayscale: #ADADAD. Windows color (decimal): -9712198 or 12242283. OLE color: 12242283.

HSL color Cylindrical-coordinate representation of color #6BCDBA: hue angle of 168.37º 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 #6BCDBA is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 205 186 -
CMYK 0.48 0 0.09 0.20
HSL 168.37º 0.49% 0.61% -
HSV(B) 168.37º 0.48% 0.8% -
XYZ 36.76 50.33 54.23 -
YUV 173.53 135.03 80.54 -
System Red Green Blue C M Y K H S L
Decimal 107 205 186 0.48 0 0.09 0.20 168.37 0.49 0.61
Hex 6B CD BA 30 0 9 14 A8 31 3D
Octal 153 315 272 60 0 11 24 250 61 75
Binary 1101011 11001101 10111010 110000 0 1001 10100 10101000 110001 111101

Color Harmonies of #6BCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDBA

Black with #6BCDBA

Text Example


Text Example

White with #6BCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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