Html Css Color HEX #67646B Scarpa Flow

📋 copy color: '#67646B'

red 103 ◦ green 100 ◦ blue 107

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

Shades of Scarpa Flow #67646B

Tints of Scarpa Flow #67646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 33.23%
G = 32.26%
B = 34.52%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67646B (or 0x67646B) is known color: Scarpa Flow. HEX triplet: 67, 64 and 6B. RGB value is (103,100,107). Sum of RGB (Red+Green+Blue) = 103+100+107=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 107 - color contains mainly: blue. Hex color #67646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67646B is #989B94. Grayscale: #656565. Windows color (decimal): -10001301 or 7038055. OLE color: 7038055.

HSL color Cylindrical-coordinate representation of color #67646B: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #67646B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 100 107 -
CMYK 0.04 0.07 0 0.58
HSL 265.71º 0.03% 0.41% -
HSV(B) 265.71º 0.07% 0.42% -
XYZ 12.8 13.06 15.76 -
YUV 101.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 103 100 107 0.04 0.07 0 0.58 265.71 0.03 0.41
Hex 67 64 6B 4 7 0 3A 10A 3 29
Octal 147 144 153 4 7 0 72 412 3 51
Binary 1100111 1100100 1101011 100 111 0 111010 100001010 11 101001

Color Harmonies of #67646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67646B

Black with #67646B

Text Example


Text Example

White with #67646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67646B; }

 p { color: rgb(103,100,107); }

 H1.HeaderClassName
 {
   color: #67646B;
 }
 .AnyTagClassName
 {
   color: #67646B;
 }
</style>

background-color css

<style>
 a { background-color: #67646B; }

 a { background-color: rgb(103,100,107); }

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

border-color css

<style>
 span { border-color: #67646B; }

 span { border-color: rgb(103,100,107); }

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