Html Css Color HEX #67616D Scarpa Flow

📋 copy color: '#67616D'

red 103 ◦ green 97 ◦ blue 109

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

Shades of Scarpa Flow #67616D

Tints of Scarpa Flow #67616D

RGB

 RED value IS 103 (40.63% from 255) = 33.33%

 GREEN value IS 97 (38.28% from 255) = 31.39%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 33.33%
G = 31.39%
B = 35.28%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#67616D (or 0x67616D) is known color: Scarpa Flow. HEX triplet: 67, 61 and 6D. RGB value is (103,97,109). Sum of RGB (Red+Green+Blue) = 103+97+109=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 109 - color contains mainly: blue. Hex color #67616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67616D is #989E92. Grayscale: #646464. Windows color (decimal): -10002067 or 7168359. OLE color: 7168359.

HSL color Cylindrical-coordinate representation of color #67616D: hue angle of 270º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #67616D is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 97 109 -
CMYK 0.06 0.11 0 0.57
HSL 270º 0.06% 0.4% -
HSV(B) 270º 0.11% 0.43% -
XYZ 12.63 12.54 16.22 -
YUV 100.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 103 97 109 0.06 0.11 0 0.57 270 0.06 0.4
Hex 67 61 6D 6 B 0 39 10E 6 28
Octal 147 141 155 6 13 0 71 416 6 50
Binary 1100111 1100001 1101101 110 1011 0 111001 100001110 110 101000

Color Harmonies of #67616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67616D

Black with #67616D

Text Example


Text Example

White with #67616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67616D; }

 p { color: rgb(103,97,109); }

 H1.HeaderClassName
 {
   color: #67616D;
 }
 .AnyTagClassName
 {
   color: #67616D;
 }
</style>

background-color css

<style>
 a { background-color: #67616D; }

 a { background-color: rgb(103,97,109); }

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

border-color css

<style>
 span { border-color: #67616D; }

 span { border-color: rgb(103,97,109); }

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