Html Css Color HEX #6BC3BF Downy

📋 copy color: '#6BC3BF'

red 107 ◦ green 195 ◦ blue 191

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

Shades of Downy #6BC3BF

Tints of Downy #6BC3BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 21.7%
G = 39.55%
B = 38.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#6BC3BF (or 0x6BC3BF) is known color: Downy. HEX triplet: 6B, C3 and BF. RGB value is (107,195,191). Sum of RGB (Red+Green+Blue) = 107+195+191=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC3BF is #943C40. Grayscale: #A8A8A8. Windows color (decimal): -9714753 or 12567403. OLE color: 12567403.

HSL color Cylindrical-coordinate representation of color #6BC3BF: hue angle of 177.27º 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 #6BC3BF is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 195 191 -
CMYK 0.45 0 0.02 0.24
HSL 177.27º 0.42% 0.59% -
HSV(B) 177.27º 0.45% 0.76% -
XYZ 34.98 45.92 56.31 -
YUV 168.23 140.85 84.33 -
System Red Green Blue C M Y K H S L
Decimal 107 195 191 0.45 0 0.02 0.24 177.27 0.42 0.59
Hex 6B C3 BF 2D 0 2 18 B1 2A 3B
Octal 153 303 277 55 0 2 30 261 52 73
Binary 1101011 11000011 10111111 101101 0 10 11000 10110001 101010 111011

Color Harmonies of #6BC3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC3BF

Black with #6BC3BF

Text Example


Text Example

White with #6BC3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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