Html Css Color HEX #6BD0BB Downy

📋 copy color: '#6BD0BB'

red 107 ◦ green 208 ◦ blue 187

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

Shades of Downy #6BD0BB

Tints of Downy #6BD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.43%

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

R = 21.31%
G = 41.43%
B = 37.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#6BD0BB (or 0x6BD0BB) is known color: Downy. HEX triplet: 6B, D0 and BB. RGB value is (107,208,187). Sum of RGB (Red+Green+Blue) = 107+208+187=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD0BB is #942F44. Grayscale: #AFAFAF. Windows color (decimal): -9711429 or 12308587. OLE color: 12308587.

HSL color Cylindrical-coordinate representation of color #6BD0BB: hue angle of 167.52º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD0BB is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 208 187 -
CMYK 0.49 0 0.10 0.18
HSL 167.52º 0.52% 0.62% -
HSV(B) 167.52º 0.49% 0.82% -
XYZ 37.59 51.83 55.04 -
YUV 175.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 107 208 187 0.49 0 0.10 0.18 167.52 0.52 0.62
Hex 6B D0 BB 31 0 A 12 A8 34 3E
Octal 153 320 273 61 0 12 22 250 64 76
Binary 1101011 11010000 10111011 110001 0 1010 10010 10101000 110100 111110

Color Harmonies of #6BD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD0BB

Black with #6BD0BB

Text Example


Text Example

White with #6BD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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