Html Css Color HEX #6BDBBF Downy

📋 copy color: '#6BDBBF'

red 107 ◦ green 219 ◦ blue 191

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

Shades of Downy #6BDBBF

Tints of Downy #6BDBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.94%

R = 20.7%
G = 42.36%
B = 36.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#6BDBBF (or 0x6BDBBF) is known color: Downy. HEX triplet: 6B, DB and BF. RGB value is (107,219,191). Sum of RGB (Red+Green+Blue) = 107+219+191=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBBF is #942440. Grayscale: #B6B6B6. Windows color (decimal): -9708609 or 12573547. OLE color: 12573547.

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

Color convert

RGB 107 219 191 -
CMYK 0.51 0 0.13 0.14
HSL 165º 0.61% 0.64% -
HSV(B) 165º 0.51% 0.86% -
XYZ 40.8 57.55 58.25 -
YUV 182.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 107 219 191 0.51 0 0.13 0.14 165 0.61 0.64
Hex 6B DB BF 33 0 D E A5 3D 40
Octal 153 333 277 63 0 15 16 245 75 100
Binary 1101011 11011011 10111111 110011 0 1101 1110 10100101 111101 1000000

Color Harmonies of #6BDBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBBF

Black with #6BDBBF

Text Example


Text Example

White with #6BDBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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