Html Css Color HEX #6BDBBC Downy

📋 copy color: '#6BDBBC'

red 107 ◦ green 219 ◦ blue 188

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

Shades of Downy #6BDBBC

Tints of Downy #6BDBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 20.82%
G = 42.61%
B = 36.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#6BDBBC (or 0x6BDBBC) is known color: Downy. HEX triplet: 6B, DB and BC. RGB value is (107,219,188). Sum of RGB (Red+Green+Blue) = 107+219+188=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBBC is #942443. Grayscale: #B5B5B5. Windows color (decimal): -9708612 or 12376939. OLE color: 12376939.

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

Color convert

RGB 107 219 188 -
CMYK 0.51 0 0.14 0.14
HSL 163.39º 0.61% 0.64% -
HSV(B) 163.39º 0.51% 0.86% -
XYZ 40.47 57.42 56.53 -
YUV 181.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 107 219 188 0.51 0 0.14 0.14 163.39 0.61 0.64
Hex 6B DB BC 33 0 E E A3 3D 40
Octal 153 333 274 63 0 16 16 243 75 100
Binary 1101011 11011011 10111100 110011 0 1110 1110 10100011 111101 1000000

Color Harmonies of #6BDBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBBC

Black with #6BDBBC

Text Example


Text Example

White with #6BDBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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