Html Css Color HEX #6BDBBB Downy

📋 copy color: '#6BDBBB'

red 107 ◦ green 219 ◦ blue 187

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

Shades of Downy #6BDBBB

Tints of Downy #6BDBBB

RGB

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

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

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

R = 20.86%
G = 42.69%
B = 36.45%

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

#6BDBBB (or 0x6BDBBB) is known color: Downy. HEX triplet: 6B, DB and BB. RGB value is (107,219,187). Sum of RGB (Red+Green+Blue) = 107+219+187=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBBB is #942444. Grayscale: #B5B5B5. Windows color (decimal): -9708613 or 12311403. OLE color: 12311403.

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

Color convert

RGB 107 219 187 -
CMYK 0.51 0 0.15 0.14
HSL 162.86º 0.61% 0.64% -
HSV(B) 162.86º 0.51% 0.86% -
XYZ 40.36 57.38 55.96 -
YUV 181.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 107 219 187 0.51 0 0.15 0.14 162.86 0.61 0.64
Hex 6B DB BB 33 0 F E A3 3D 40
Octal 153 333 273 63 0 17 16 243 75 100
Binary 1101011 11011011 10111011 110011 0 1111 1110 10100011 111101 1000000

Color Harmonies of #6BDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBBB

Black with #6BDBBB

Text Example


Text Example

White with #6BDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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