Html Css Color HEX #6BD0BD Downy

📋 copy color: '#6BD0BD'

red 107 ◦ green 208 ◦ blue 189

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

Shades of Downy #6BD0BD

Tints of Downy #6BD0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 21.23%
G = 41.27%
B = 37.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#6BD0BD (or 0x6BD0BD) is known color: Downy. HEX triplet: 6B, D0 and BD. RGB value is (107,208,189). Sum of RGB (Red+Green+Blue) = 107+208+189=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD0BD is #942F42. Grayscale: #AFAFAF. Windows color (decimal): -9711427 or 12439659. OLE color: 12439659.

HSL color Cylindrical-coordinate representation of color #6BD0BD: hue angle of 168.71º 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 #6BD0BD is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 208 189 -
CMYK 0.49 0 0.09 0.18
HSL 168.71º 0.52% 0.62% -
HSV(B) 168.71º 0.49% 0.82% -
XYZ 37.8 51.91 56.17 -
YUV 175.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 107 208 189 0.49 0 0.09 0.18 168.71 0.52 0.62
Hex 6B D0 BD 31 0 9 12 A9 34 3E
Octal 153 320 275 61 0 11 22 251 64 76
Binary 1101011 11010000 10111101 110001 0 1001 10010 10101001 110100 111110

Color Harmonies of #6BD0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD0BD

Black with #6BD0BD

Text Example


Text Example

White with #6BD0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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