Html Css Color HEX #6BDFBB Downy

📋 copy color: '#6BDFBB'

red 107 ◦ green 223 ◦ blue 187

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

Shades of Downy #6BDFBB

Tints of Downy #6BDFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

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

R = 20.7%
G = 43.13%
B = 36.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#6BDFBB (or 0x6BDFBB) is known color: Downy. HEX triplet: 6B, DF and BB. RGB value is (107,223,187). Sum of RGB (Red+Green+Blue) = 107+223+187=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFBB is #942044. Grayscale: #B8B8B8. Windows color (decimal): -9707589 or 12312427. OLE color: 12312427.

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

Color convert

RGB 107 223 187 -
CMYK 0.52 0 0.16 0.13
HSL 161.38º 0.64% 0.65% -
HSV(B) 161.38º 0.52% 0.87% -
XYZ 41.42 59.49 56.31 -
YUV 184.21 129.57 72.93 -
System Red Green Blue C M Y K H S L
Decimal 107 223 187 0.52 0 0.16 0.13 161.38 0.64 0.65
Hex 6B DF BB 34 0 10 D A1 40 41
Octal 153 337 273 64 0 20 15 241 100 101
Binary 1101011 11011111 10111011 110100 0 10000 1101 10100001 1000000 1000001

Color Harmonies of #6BDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFBB

Black with #6BDFBB

Text Example


Text Example

White with #6BDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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