Html Css Color HEX #6BDDBB Downy

📋 copy color: '#6BDDBB'

red 107 ◦ green 221 ◦ blue 187

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

Shades of Downy #6BDDBB

Tints of Downy #6BDDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.91%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 20.78%
G = 42.91%
B = 36.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#6BDDBB (or 0x6BDDBB) is known color: Downy. HEX triplet: 6B, DD and BB. RGB value is (107,221,187). Sum of RGB (Red+Green+Blue) = 107+221+187=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDBB is #942244. Grayscale: #B7B7B7. Windows color (decimal): -9708101 or 12311915. OLE color: 12311915.

HSL color Cylindrical-coordinate representation of color #6BDDBB: hue angle of 162.11º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDBB is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 187 -
CMYK 0.52 0 0.15 0.13
HSL 162.11º 0.63% 0.64% -
HSV(B) 162.11º 0.52% 0.87% -
XYZ 40.89 58.43 56.14 -
YUV 183.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 107 221 187 0.52 0 0.15 0.13 162.11 0.63 0.64
Hex 6B DD BB 34 0 F D A2 3F 40
Octal 153 335 273 64 0 17 15 242 77 100
Binary 1101011 11011101 10111011 110100 0 1111 1101 10100010 111111 1000000

Color Harmonies of #6BDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDBB

Black with #6BDDBB

Text Example


Text Example

White with #6BDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,221,187); }

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

background-color css

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

 a { background-color: rgb(107,221,187); }

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

border-color css

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

 span { border-color: rgb(107,221,187); }

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