Html Css Color HEX #6BC3BA Downy

📋 copy color: '#6BC3BA'

red 107 ◦ green 195 ◦ blue 186

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

Shades of Downy #6BC3BA

Tints of Downy #6BC3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 21.93%
G = 39.96%
B = 38.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#6BC3BA (or 0x6BC3BA) is known color: Downy. HEX triplet: 6B, C3 and BA. RGB value is (107,195,186). Sum of RGB (Red+Green+Blue) = 107+195+186=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC3BA is #943C45. Grayscale: #A7A7A7. Windows color (decimal): -9714758 or 12239723. OLE color: 12239723.

HSL color Cylindrical-coordinate representation of color #6BC3BA: hue angle of 173.86º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC3BA is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 195 186 -
CMYK 0.45 0 0.05 0.24
HSL 173.86º 0.42% 0.59% -
HSV(B) 173.86º 0.45% 0.76% -
XYZ 34.44 45.7 53.46 -
YUV 167.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 107 195 186 0.45 0 0.05 0.24 173.86 0.42 0.59
Hex 6B C3 BA 2D 0 5 18 AE 2A 3B
Octal 153 303 272 55 0 5 30 256 52 73
Binary 1101011 11000011 10111010 101101 0 101 11000 10101110 101010 111011

Color Harmonies of #6BC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC3BA

Black with #6BC3BA

Text Example


Text Example

White with #6BC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,195,186); }

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

background-color css

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

 a { background-color: rgb(107,195,186); }

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

border-color css

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

 span { border-color: rgb(107,195,186); }

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